mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-14 16:30:26 +08:00
增加DNS域名管理
This commit is contained in:
@@ -17,9 +17,8 @@ type NodeCluster struct {
|
||||
UniqueId string `field:"uniqueId"` // 唯一ID
|
||||
Secret string `field:"secret"` // 密钥
|
||||
HealthCheck string `field:"healthCheck"` // 健康检查
|
||||
DnsProviderId uint32 `field:"dnsProviderId"` // 当前使用的DNS供应商
|
||||
DnsName string `field:"dnsName"` // DNS名称
|
||||
DnsDomain string `field:"dnsDomain"` // DNS域
|
||||
DnsDomainId uint32 `field:"dnsDomainId"` // 域名ID
|
||||
}
|
||||
|
||||
type NodeClusterOperator struct {
|
||||
@@ -38,9 +37,8 @@ type NodeClusterOperator struct {
|
||||
UniqueId interface{} // 唯一ID
|
||||
Secret interface{} // 密钥
|
||||
HealthCheck interface{} // 健康检查
|
||||
DnsProviderId interface{} // 当前使用的DNS供应商
|
||||
DnsName interface{} // DNS名称
|
||||
DnsDomain interface{} // DNS域
|
||||
DnsDomainId interface{} // 域名ID
|
||||
}
|
||||
|
||||
func NewNodeClusterOperator() *NodeClusterOperator {
|
||||
|
||||
Reference in New Issue
Block a user