package
Version:
v0.0.1-dev-1cc18b7
Opens a new window with list of versions in this module.
Published: Feb 8, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Handlers = []api.Handler{
{
Version: api.V1,
Method: http.MethodGet,
Path: "/events",
Func: getEvents,
},
{
Version: api.V1,
Method: http.MethodGet,
Path: "/events/abstract",
Func: getEventAbstract,
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.