Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerCommand ¶
type ServerCommand struct {
Ui cli.Ui
Verbose bool
Commands map[string]cli.CommandFactory
ConfFile string
LogLevel string
}
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
Click to show internal directories.
Click to hide internal directories.