registry

package
v0.0.0-...-b4339e2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL