Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Routes = []http.Route{ {Path: "/registry/events", Method: http.MethodGet, Middleware: []http.Middleware{middleware.Authenticate}, Handler: EventsSubscribeH}, }
Functions ¶
func EventsSubscribeH ¶
func EventsSubscribeH(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.