Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cm = cli.NewSubCommand("cm", "Config management operations", cmRun)
View Source
var Node = cli.NewSubCommand("node", "Node operations", nodeRun)
View Source
var Role = cli.NewSubCommand("role", "Role operations", roleRun)
View Source
var Service = cli.NewSubCommand("service", "Service operations", serviceRun)
View Source
var Wait = cli.NewSubCommand("wait", "Wait operations", waitRun)
* Some basic wait functionality built on top of consul.
Lots of potential improvements could be made here:
- pass in a specific tag
- implement a timeout (and add as optional arg)
- implement a quorum, eg wait until n nodes are healthy, along with status output to support it -
Functions ¶
func StrContains ¶
StrContains checks if a list contains a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.