Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QueryCommand ¶
type QueryCommand struct {
// contains filtered or unexported fields
}
func (*QueryCommand) Run ¶
func (c *QueryCommand) Run(args []string) error
type Runner ¶
func NewQueryCommand ¶
func NewQueryCommand(client proto.WorkerServiceClient) Runner
func NewStartCommand ¶
func NewStartCommand(client proto.WorkerServiceClient) Runner
func NewStopCommand ¶
func NewStopCommand(client proto.WorkerServiceClient) Runner
func NewStreamCommand ¶
func NewStreamCommand(client proto.WorkerServiceClient) Runner
type StartCommand ¶
type StartCommand struct {
// contains filtered or unexported fields
}
func (*StartCommand) Run ¶
func (c *StartCommand) Run(args []string) error
type StopCommand ¶
type StopCommand struct {
// contains filtered or unexported fields
}
func (*StopCommand) Run ¶
func (c *StopCommand) Run(args []string) error
type StreamCommand ¶
type StreamCommand struct {
// contains filtered or unexported fields
}
func (*StreamCommand) Run ¶
func (c *StreamCommand) Run(args []string) error
Click to show internal directories.
Click to hide internal directories.