Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentConfig ¶
type AgentConfig struct {
Master string `yaml:"master" json:"master"`
Id string `yaml:"id" json:"id"`
Key string `yaml:"key" json:"key"`
GroupKey string `yaml:"group" json:"group"`
}
func SharedAgentConfig ¶
func SharedAgentConfig() (*AgentConfig, error)
Click to show internal directories.
Click to hide internal directories.