# Structs
CommandList contains all of the commands for the ctrlc utility.
EndpointsCommand is the subcommand to list endpoints.
ListNodesCommand is the subcommand to list nodes in the cluster.
ManagementServerParameters holds the gRPC and utility configuration.
NodeCommand is the subcommand to add and remove nodes.
Parameters is the main parameter struct for the ctrlc utility.
ShardsCommand is the subcommand that shows the shards in the cluster.
StatusCommand is a subcommand for the ctrlc CLI.
StepDownCommand is the step-down subcommand.
# Interfaces
RunContext is the context passed on to the subcommands.