forked from JointCloud/pcm-coordinator
parent
205bcd4f91
commit
46c7a9e010
|
@ -902,7 +902,7 @@ type (
|
||||||
}
|
}
|
||||||
ClusterInfo {
|
ClusterInfo {
|
||||||
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"`
|
||||||
|
|
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue