Documentation ¶
Index ¶
Constants ¶
View Source
const K_CACHE_PATH = "/var/cache/theo-agent"
View Source
const K_CONFIG_FILE = "/etc/theo-agent/config.yml"
View Source
const K_USER = "theo-agent"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Key ¶
type Key struct { PublicKey string `json:"public_key"` PublicKeySig string `json:"public_key_sig"` Account string `json:"email"` SSHOptions string `json:"ssh_options"` }
Key is the object returned by theo-node
type StringArray ¶
type StringArray []string
func (*StringArray) UnmarshalYAML ¶
func (a *StringArray) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.