Documentation
¶
Index ¶
- func Println(format string, a ...interface{})
- type AgentCmdFlags
- func (a *AgentCmdFlags) GetConfigPath() string
- func (a *AgentCmdFlags) GetDirectCommand() string
- func (a *AgentCmdFlags) GetHost() string
- func (a *AgentCmdFlags) GetPort() uint
- func (a *AgentCmdFlags) GetRevision() string
- func (a *AgentCmdFlags) GetStaticPath() map[string]string
- func (a *AgentCmdFlags) GetVersion() string
- func (a *AgentCmdFlags) SuppressAutoStart() bool
- type AgentCommander
- type AgentManifest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentCmdFlags ¶
type AgentCmdFlags struct {
ConfigPath string
Host string
Port uint
DirectCommand string
StaticPath []string
// contains filtered or unexported fields
}
func (*AgentCmdFlags) GetConfigPath ¶
func (a *AgentCmdFlags) GetConfigPath() string
func (*AgentCmdFlags) GetDirectCommand ¶
func (a *AgentCmdFlags) GetDirectCommand() string
func (*AgentCmdFlags) GetHost ¶
func (a *AgentCmdFlags) GetHost() string
func (*AgentCmdFlags) GetPort ¶
func (a *AgentCmdFlags) GetPort() uint
func (*AgentCmdFlags) GetRevision ¶
func (a *AgentCmdFlags) GetRevision() string
func (*AgentCmdFlags) GetStaticPath ¶
func (a *AgentCmdFlags) GetStaticPath() map[string]string
func (*AgentCmdFlags) GetVersion ¶
func (a *AgentCmdFlags) GetVersion() string
func (*AgentCmdFlags) SuppressAutoStart ¶
func (a *AgentCmdFlags) SuppressAutoStart() bool
type AgentCommander ¶
type AgentCommander struct {
// contains filtered or unexported fields
}
func NewAgentCommander ¶
func NewAgentCommander(manifest AgentManifest) (*AgentCommander, error)
func (*AgentCommander) Run ¶
func (c *AgentCommander) Run() error
Click to show internal directories.
Click to hide internal directories.