Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Module = "events" Handlers = []api.Handler{ { Version: api.V1, Method: http.MethodGet, Path: "/events", Func: listEvents, }, { Version: api.V1, Method: http.MethodGet, Path: "/events/abstract", Func: listEventAbstract, }, { Version: api.V1, Method: http.MethodGet, Path: "/events/rank", Func: getEventRank, }, { Version: api.V1, Method: http.MethodGet, Path: "/events/filterConditions", Func: getEventFilterConditions, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.