photoprism/internal/maps/places/places.go
Michael Mayer 6da8bd098a Backend: Add support for new Places API #173
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-12-31 07:16:11 +01:00

15 lines
266 B
Go

/*
This package encapsulates the PhotoPrism Places API.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package places
import (
"github.com/photoprism/photoprism/internal/event"
)
var log = event.Log