CasaOS/model/ddns.go

10 lines
199 B
Go
Raw Normal View History

2021-09-26 02:35:02 +00:00
package model
type GoDaddyModel struct {
Type uint `json:"type"`
ApiHost string `json:"api_host"`
Key string `json:"key"`
Secret string `json:"secret"`
Host string `json:"host"`
}