Documentation
¶
Index ¶
- type EventService
- type SimpleEventService
- func (m SimpleEventService) DeleteEventsByUserID(userID int) error
- func (m SimpleEventService) ListEvents(filter userland.EventFilterOptions, paging userland.EventPagingOptions) (events userland.Events, count int, err error)
- func (m SimpleEventService) Log(eventName string, userID int, clientInfo map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventService ¶
type SimpleEventService ¶
func (SimpleEventService) DeleteEventsByUserID ¶
func (m SimpleEventService) DeleteEventsByUserID(userID int) error
func (SimpleEventService) ListEvents ¶
func (m SimpleEventService) ListEvents(filter userland.EventFilterOptions, paging userland.EventPagingOptions) (events userland.Events, count int, err error)
Click to show internal directories.
Click to hide internal directories.