|
|
@@ -835,7 +835,7 @@ type ClusterCreateReq struct { |
|
|
|
|
|
|
|
|
type ClusterInfo struct { |
|
|
type ClusterInfo struct { |
|
|
Id string `json:"id,omitempty" db:"id"` |
|
|
Id string `json:"id,omitempty" db:"id"` |
|
|
AdapterId int64 `json:"adapterId,omitempty" db:"adapter_id"` |
|
|
|
|
|
|
|
|
AdapterId int64 `json:"adapterId,omitempty,string" db:"adapter_id"` |
|
|
Name string `json:"name,omitempty" db:"name"` |
|
|
Name string `json:"name,omitempty" db:"name"` |
|
|
Nickname string `json:"nickname,omitempty" db:"nickname"` |
|
|
Nickname string `json:"nickname,omitempty" db:"nickname"` |
|
|
Description string `json:"description,omitempty" db:"description"` |
|
|
Description string `json:"description,omitempty" db:"description"` |
|
|
|