Remove integration with gotd

This commit is contained in:
9seconds
2026-02-16 16:30:10 +01:00
parent 82679ec20f
commit 8e87405d3e
14 changed files with 14 additions and 208 deletions
+1 -2
View File
@@ -60,10 +60,9 @@ type tomlConfig struct {
} `toml:"prometheus" json:"prometheus,omitempty"`
} `toml:"stats" json:"stats,omitempty"`
DCOverrides []struct {
DC int `toml:"dc" json:"dc"`
DC uint `toml:"dc" json:"dc"`
IPs []string `toml:"ips" json:"ips"`
} `toml:"dc-overrides" json:"dcOverrides,omitempty"`
DCUpdateEach string `toml:"dc-update-each" json:"dcUpdateEach,omitempty"`
}
func Parse(rawData []byte) (*Config, error) {