Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventTrigger ¶
type EventTrigger string
const ( Added EventTrigger = "added" Updated EventTrigger = "updated" )
type PhotoEvent ¶
type PhotoEvent interface { GetTrigger() EventTrigger GetPhotoAffected() photo.PhotoHash }
Click to show internal directories.
Click to hide internal directories.