2019-11-08 06:53:40 +01:00
|
|
|
/*
|
|
|
|
This package contains the PhotoPrism REST api.
|
|
|
|
|
|
|
|
Additional information can be found in our Developer Guide:
|
|
|
|
|
|
|
|
https://github.com/photoprism/photoprism/wiki
|
|
|
|
*/
|
|
|
|
package api
|
|
|
|
|
2019-12-02 00:30:58 +01:00
|
|
|
import (
|
|
|
|
"github.com/photoprism/photoprism/internal/event"
|
|
|
|
)
|
2019-11-08 06:53:40 +01:00
|
|
|
|
2019-12-02 00:30:58 +01:00
|
|
|
var log = event.Log
|