ddns.go 199 B

123456789
  1. package model
  2. type GoDaddyModel struct {
  3. Type uint `json:"type"`
  4. ApiHost string `json:"api_host"`
  5. Key string `json:"key"`
  6. Secret string `json:"secret"`
  7. Host string `json:"host"`
  8. }