refactor and testing
This commit is contained in:
parent
91c9de6e34
commit
c038774f2c
16 changed files with 445 additions and 195 deletions
6
agent/tactical/checks/structs.go
Normal file
6
agent/tactical/checks/structs.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package checks
|
||||
|
||||
type CheckInfo struct {
|
||||
AgentPK int `json:"agent"`
|
||||
Interval int `json:"check_interval"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue