可以在集群中指定节点时区

This commit is contained in:
GoEdgeLab
2021-10-12 11:44:24 +08:00
parent 3321b548bc
commit bc6aa9f64e
4 changed files with 42 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ type NodeCluster struct {
HttpFirewallPolicyId uint32 `field:"httpFirewallPolicyId"` // WAF策略ID
AccessLog string `field:"accessLog"` // 访问日志设置
SystemServices string `field:"systemServices"` // 系统服务设置
TimeZone string `field:"timeZone"` // 时区
}
type NodeClusterOperator struct {
@@ -53,6 +54,7 @@ type NodeClusterOperator struct {
HttpFirewallPolicyId interface{} // WAF策略ID
AccessLog interface{} // 访问日志设置
SystemServices interface{} // 系统服务设置
TimeZone interface{} // 时区
}
func NewNodeClusterOperator() *NodeClusterOperator {