Documentation ¶
Index ¶
Constants ¶
View Source
const InstancesCommandDescription = "prints the status for each driver instances running on the daemon."
View Source
const StatusCommandDescription = "prints the status for each pool of driver instances running on the daemon."
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCCommand ¶
type GRPCCommand struct { Network string `long:"endpoint" default:"unix" description:"control server network type"` Address string `long:"address" default:"/var/run/bblfshctl.sock" description:"control server address to connect"` // contains filtered or unexported fields }
func (*GRPCCommand) Execute ¶
func (c *GRPCCommand) Execute(args []string) error
type InstancesCommand ¶
type InstancesCommand struct {
GRPCCommand
}
func (*InstancesCommand) Execute ¶
func (c *InstancesCommand) Execute(args []string) error
type StatusCommand ¶
type StatusCommand struct {
GRPCCommand
}
func (*StatusCommand) Execute ¶
func (c *StatusCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.