Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIAssetVersion ¶
type APIAssetVersion struct { ID uint64 `gorm:"id"` OrgID uint64 `gorm:"org_id"` AssetID string `gorm:"asset_id"` Major uint32 `gorm:"major"` Minor uint32 `gorm:"minor"` Patch uint32 `gorm:"patch"` Desc string `gorm:"desc"` SpecProtocol string `gorm:"specProtocol"` CreatorID string `gorm:"creator_id"` UpdaterID string `gorm:"updater_id"` CreatedAt string `gorm:"created_at"` UpdatedAt string `gorm:"updated_at"` SwaggerVersion string `gorm:"swagger_version"` AssetName string `gorm:"asset_name"` Deprecated bool `gorm:"deprecated"` Source string `gorm:"source"` AppID uint32 `gorm:"app_id"` Branch string `gorm:"branch"` ServiceName string `gorm:"service_name"` }
func (APIAssetVersion) TableName ¶
func (APIAssetVersion) TableName() string
type APIMExportRecord ¶
type APIMExportRecord struct { Model Common AssetID string `gorm:"asset_id"` AssetName string `gorm:"asset_name"` VersionID uint32 `gorm:"version_id"` SwaggerVersion string `json:"swagger_version"` Major uint32 `gorm:"major"` Minor uint32 `gorm:"minor"` Patch uint32 `gorm:"patch"` SpecProtocol string `gorm:"spec_protocol"` }
func (APIMExportRecord) TableName ¶
func (APIMExportRecord) TableName() string
Click to show internal directories.
Click to hide internal directories.