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.
Click to show internal directories.
Click to hide internal directories.