Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
ef275f97f4
commit
e4323b6047
2032 changed files with 821464 additions and 52 deletions
12
vendor/github.com/dsoprea/go-utility/data/README.md
generated
vendored
Normal file
12
vendor/github.com/dsoprea/go-utility/data/README.md
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[](https://godoc.org/github.com/dsoprea/go-utility/data)
|
||||
[](https://travis-ci.org/dsoprea/go-utility)
|
||||
[](https://coveralls.io/github/dsoprea/go-utility?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/dsoprea/go-utility)
|
||||
|
||||
# lru
|
||||
|
||||
An LRU implementation. Accessors available for the first item, last item, list of all keys, count, fullness, membership checks, explicit drops, and popping the oldest in a loop. You can also set a callback for when items are dropped and dump the current contents of the LRU.
|
||||
|
||||
# mimetype
|
||||
|
||||
Convenience function for determining a mime-type from an `io.Reader`.
|
Loading…
Add table
Add a link
Reference in a new issue