Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Agent ¶ added in v0.5.0
type Agent struct {
ID uuid.UUID
Platform string
Architecture string
UserName string
UserGUID string
HostName string
Ips []string
Pid int
Version string
Build string
WaitTime time.Duration
PaddingMax int
MaxRetry int
FailedCheckin int
Skew int64
Verbose bool
Debug bool
// contains filtered or unexported fields
}
Agent is a structure for agent objects. It is not exported to force the use of the New() function
Click to show internal directories.
Click to hide internal directories.