photoprism/internal/maps/places/places.go

15 lines
266 B
Go
Raw Normal View History

/*
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