CasaOS/pkg/ddns/emum.go
2021-09-26 10:35:02 +08:00

16 lines
140 B
Go

package ddns
const (
GOGADDY = iota
GOOGLE
)
const (
A = "A"
AAAA = "AAAA"
)
const (
GODADDYAPIURL = "https://api.godaddy.com"
)