 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
func NewStopCmd ¶ added in v0.3.1
Types ¶
type RootCmdConfig ¶
type RootCmdConfig struct {
	// contains filtered or unexported fields
}
    func (*RootCmdConfig) RegisterFlags ¶
func (c *RootCmdConfig) RegisterFlags(fs *flag.FlagSet)
type StopCmdConfig ¶ added in v0.3.1
type StopCmdConfig struct {
	RootCmdConfig
}
    func (*StopCmdConfig) Exec ¶ added in v0.3.1
func (c *StopCmdConfig) Exec(ctx context.Context, args []string) error
func (*StopCmdConfig) RegisterFlags ¶ added in v0.3.1
func (c *StopCmdConfig) RegisterFlags(fs *flag.FlagSet)
type VersionCmdConfig ¶ added in v0.4.0
type VersionCmdConfig struct {
	// contains filtered or unexported fields
}
    func (*VersionCmdConfig) Exec ¶ added in v0.4.0
func (c *VersionCmdConfig) Exec(ctx context.Context, args []string) error
func (*VersionCmdConfig) RegisterFlags ¶ added in v0.4.0
func (c *VersionCmdConfig) RegisterFlags(fs *flag.FlagSet)
 Click to show internal directories. 
   Click to hide internal directories.