Merge pull request 'fix' (#78) from devad/pcm-coordinator:master into master
Former-commit-id: 8c6abe6b1ba9845eb70c090ad8526d612e2946f3
This commit is contained in:
commit
0f2b302b07
|
@ -728,7 +728,7 @@ type ClusterRelationInfo {
|
||||||
COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"`
|
COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"`
|
||||||
CAuthType string `json:"cAuthType,omitempty" db:"auth_type"`
|
CAuthType string `json:"cAuthType,omitempty" db:"auth_type"`
|
||||||
CRegionDict string `json:"cRegionDict,omitempty" db:"-"`
|
CRegionDict string `json:"cRegionDict,omitempty" db:"-"`
|
||||||
CProducerDict string `json:"CProducerDict,omitempty" db:"-"`
|
CProducerDict string `json:"cProducerDict,omitempty" db:"-"`
|
||||||
CCreateTime string `json:"cCreateTime,omitempty" db:"created_time" gorm:"autoCreateTime"`
|
CCreateTime string `json:"cCreateTime,omitempty" db:"created_time" gorm:"autoCreateTime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue