zhangzengfei
2023-11-28 3a706d3378aa3626501370352963883fd2783558
system-service/vo/cluster.go
@@ -21,6 +21,7 @@
type UpdateClusterVo struct {
   ClusterId string `json:"clusterId"`
   NodeId    string `json:"nodeId"`
   Password  string `json:"password"`
}
type ClusterJoinVo struct {