Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingCommand ¶
PingCommand is a Command implementation prints the version.
func (*PingCommand) Help ¶
func (c *PingCommand) Help() string
func (*PingCommand) Run ¶
func (c *PingCommand) Run(args []string) int
func (*PingCommand) Synopsis ¶
func (c *PingCommand) Synopsis() string
type RestartCommand ¶
RestartCommand is a Command implementation that restarts a job.
func (*RestartCommand) Help ¶
func (c *RestartCommand) Help() string
func (*RestartCommand) Run ¶
func (c *RestartCommand) Run(args []string) int
func (*RestartCommand) Synopsis ¶
func (c *RestartCommand) Synopsis() string
type ScaleCommand ¶
ScaleCommand is a Command implementation prints the version.
func (*ScaleCommand) Help ¶
func (c *ScaleCommand) Help() string
func (*ScaleCommand) Run ¶
func (c *ScaleCommand) Run(args []string) int
func (*ScaleCommand) Synopsis ¶
func (c *ScaleCommand) Synopsis() string
type ServerCommand ¶
ServerCommand is a Command implementation prints the version.
func (*ServerCommand) Help ¶
func (c *ServerCommand) Help() string
func (*ServerCommand) Run ¶
func (c *ServerCommand) Run(args []string) int
func (*ServerCommand) Synopsis ¶
func (c *ServerCommand) Synopsis() string
type SetCapacityCommand ¶
SetCapacityCommand is a Command implementation prints the version.
func (*SetCapacityCommand) Help ¶
func (c *SetCapacityCommand) Help() string
func (*SetCapacityCommand) Run ¶
func (c *SetCapacityCommand) Run(args []string) int
func (*SetCapacityCommand) Synopsis ¶
func (c *SetCapacityCommand) Synopsis() string
type VersionCommand ¶
VersionCommand is a Command implementation prints the version.
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(_ []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.