server

package
v0.0.0-...-4c5efe1 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2021 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Routes = []types.Route{
	{
		healthz,
		healthzHandler,
		[]string{"GET"},
	},
	{
		schema.LBPath,
		authHandler(lbListHandler),
		[]string{"GET"},
	},
	{
		lbcluster,
		authHandler(lbClusterHandler),
		[]string{"GET", "DELETE"},
	},
	{
		lbclustername,
		authHandler(lbHandler),
		[]string{"GET", "POST", "DELETE"},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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