rmmagent/agent/tactical/checks/structs.go
2022-06-21 11:17:38 -07:00

6 lines
No EOL
108 B
Go

package checks
type CheckInfo struct {
AgentPK int `json:"agent"`
Interval int `json:"check_interval"`
}