diff options
Diffstat (limited to 'internal/config.go')
| -rw-r--r-- | internal/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/config.go b/internal/config.go index ccc3f36..222750b 100644 --- a/internal/config.go +++ b/internal/config.go @@ -15,7 +15,8 @@ type config struct { StateDir string `json:"StateDir,omitempty"` CheckTimeoutS int CheckConcurrency int - StaleThreshold int `json:"StaleThreshold,omitempty"` + StaleThreshold int `json:"StaleThreshold,omitempty"` + Federated []string `json:"Federated,omitempty"` Checks map[string]check } |
