Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentSession ¶
type State ¶
type State struct {
Version int `json:"version"`
DaemonPID int `json:"daemon_pid"`
ProxyURL string `json:"proxy_url"`
APIURL string `json:"api_url"`
ShutdownWhenIdle bool `json:"shutdown_when_idle"`
Agents []AgentSession `json:"agents"`
LogPath string `json:"log_path"`
UpdatedAt time.Time `json:"updated_at"`
}
Click to show internal directories.
Click to hide internal directories.