mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-12-22 20:44:42 +00:00
first commit
This commit is contained in:
9
model/ddns.go
Normal file
9
model/ddns.go
Normal file
@@ -0,0 +1,9 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user