Versions in this module Expand all Collapse all v0 v0.0.5 Jun 15, 2020 v0.0.4 Jun 10, 2020 v0.0.3 Jan 30, 2020 Changes in this version + type CommandList struct + Endpoints EndpointsCommand + Node NodeCommand + Nodes ListNodesCommand + Shards ShardsCommand + Status StatusCommand + StepDown StepDownCommand + type EndpointsCommand struct + Filter string + func (c *EndpointsCommand) Run(args RunContext) error + type ListNodesCommand struct + func (c *ListNodesCommand) Run(args RunContext) error + type ManagementServerParameters struct + CertFile string + ClusterName string + Endpoint string + HostnameOverride string + TLS bool + Zeroconf bool + type NodeCommand struct + Add addNodeCommand + ID string + Rm removeNodeCommand + type Parameters struct + Commands CommandList + Server ManagementServerParameters + func (p *Parameters) ClusterCommands() CommandList + func (p *Parameters) ClusterServer() ManagementServerParameters + type RunContext interface + ClusterCommands func() CommandList + ClusterServer func() ManagementServerParameters + type ShardsCommand struct + func (c *ShardsCommand) Run(args RunContext) error + type StatusCommand struct + func (c *StatusCommand) Run(args RunContext) error + type StepDownCommand struct + func (c *StepDownCommand) Run(args RunContext) error