package
0.0.0-20210209154853-8018142368d2
Repository: https://github.com/joyent/containerpilot.git
Documentation: pkg.go.dev
# Functions
GetPingHandler fires a ping check through the HTTPClient.
MaintenanceHandler fires either an enable or disable SetMaintenance request through the HTTPClient.
PutEnvHandler fires a PutEnv request through the HTTPClient.
PutMetricsHandler fires a PutMetric request through the HTTPClient.
ReloadHandler fires a Reload request through the HTTPClient.
RenderHandler asks the configuration package to render the configuration to the path provided.
VersionHandler prints the version info only.
# Type aliases
Handler functions implement a subcommand.