|
|
|
@@ -728,7 +728,7 @@ type ClusterRelationInfo { |
|
|
|
COwnerId string `json:"cOwnerId,omitempty" db:"owner_id"` |
|
|
|
CAuthType string `json:"cAuthType,omitempty" db:"auth_type"` |
|
|
|
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"` |
|
|
|
} |
|
|
|
|
|
|
|
|