photoprism-client-go/vendor/github.com/dsoprea/go-utility/data
Kris Nóva c1a45bf8e3 Very nice looking tests!
Signed-off-by: Kris Nóva <kris@nivenly.com>
2021-02-09 16:00:02 -08:00
..
README.md Working auth and photo json endpoint 2021-02-09 11:17:06 -08:00
lru.go Very nice looking tests! 2021-02-09 16:00:02 -08:00
mime.go Very nice looking tests! 2021-02-09 16:00:02 -08:00

README.md

GoDoc Build Status Coverage Status Go Report Card

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.