feat: ddns 功能调用逻辑
This commit is contained in:
6
dns/models/config.go
Normal file
6
dns/models/config.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type BasicConfig struct {
|
||||
Domain string `mapstructure:"domain"`
|
||||
Other map[string]interface{} `mapstructure:",remain"`
|
||||
}
|
||||
Reference in New Issue
Block a user