Documentation ¶
Overview ¶
Package apiserver provides a HTTP gateway for invoking Lever methods without the use of a gRPC client.
Index ¶
Constants ¶
View Source
const PackageName = "apiserver"
PackageName is the name of this package.
Variables ¶
View Source
var ( // ListenPortFlag is the port the API server should listen on. ListenPortFlag = config.DeclareString(PackageName, "listenPort", "3503") // DisableAPIServerFlag disables the creation of an HTTP API server. DisableAPIServerFlag = config.DeclareBool(PackageName, "disableAPIServer") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.