Documentation ¶
Index ¶
Constants ¶
View Source
const (
BUCKET_NAME = "event"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface { InsertEvent(eventId, appId, imageName string) (map[string]interface{}, error) GetEvents(appId, imageName string) ([]map[string]interface{}, error) DeleteEvent(eventId string) error }
Interface of Event model's operations.
Click to show internal directories.
Click to hide internal directories.