Documentation ¶
Overview ¶
Binary raftadmin is a CLI interface to the RaftAdmin gRPC service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMessageByName ¶
func GetMessageByName(command string, args []string) (protoreflect.Message, protoreflect.MethodDescriptor, error)
Types ¶
type Administration ¶
type Administration struct { base.Base Leader bool `short:"l" long:"leader" description:"Whether to dial the leader." optional:"yes"` Peers []cluster.Peer `short:"t" long:"target" description:"The address of the node in the cluster to send the request to." required:"yes"` HealthCheckService string `` /* 150-byte string literal not displayed */ }
func (*Administration) Execute ¶
func (cmd *Administration) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.