Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiCmd ¶
type ApiCmd struct {
Db dbCmd `cmd:"" help:"database commands"`
Version versionCmd `cmd:"" help:"show version and build info"`
Server serverCmd `cmd:"" help:"run the monitoring api server"`
DeploymentMode string `help:"Deployment mode" env:"DEPLOYMENT_MODE" enum:"devel,test,prod" default:"devel"`
}
Click to show internal directories.
Click to hide internal directories.