app/config.go: minor fixes
This commit is contained in:
parent
9786dc2c53
commit
308d88c369
1 changed files with 1 additions and 2 deletions
|
|
@ -23,12 +23,11 @@ type Providers struct {
|
||||||
|
|
||||||
type Services struct {
|
type Services struct {
|
||||||
IPLookup string `yaml:"IPLookup"`
|
IPLookup string `yaml:"IPLookup"`
|
||||||
// DigitalOcean DigitalOceanService `yaml:"digitalocean"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Services Services `yaml:"services"`
|
Services Services `yaml:"services"`
|
||||||
Providers map[string]map[string]interface{}
|
Providers map[string]map[string]any
|
||||||
Updates map[string]Domain
|
Updates map[string]Domain
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue