Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendCommand ¶
SendCommand sends a command to the daemon
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
Daemon manages background update checks
type Status ¶
type Status struct {
Running bool `json:"running"`
PID int `json:"pid"`
StartedAt time.Time `json:"startedAt,omitempty"`
LastCheck time.Time `json:"lastCheck,omitempty"`
CheckCount int `json:"checkCount"`
UpdatesAvailable []string `json:"updatesAvailable,omitempty"`
}
Status represents the daemon status
Click to show internal directories.
Click to hide internal directories.