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