zhangzengfei
2023-11-14 6e262c17a5463b02d7440620d13f2eeb98743223
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 {