Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitlabJob20220729 ¶ added in v0.13.0
type GitlabJob20220729 struct { ConnectionId uint64 `gorm:"primaryKey"` GitlabId int `gorm:"primaryKey"` ProjectId int `gorm:"index"` Status string `gorm:"type:varchar(255)"` Stage string `gorm:"type:varchar(255)"` Name string `gorm:"type:varchar(255)"` Ref string `gorm:"type:varchar(255)"` Tag bool `gorm:"type:boolean"` AllowFailure bool `json:"allow_failure"` Duration float64 `gorm:"type:text"` WebUrl string `gorm:"type:varchar(255)"` GitlabCreatedAt *time.Time StartedAt *time.Time FinishedAt *time.Time common.NoPKModel }
func (GitlabJob20220729) TableName ¶ added in v0.13.0
func (GitlabJob20220729) TableName() string
type GitlabJob20220804 ¶ added in v0.13.0
type GitlabJob20220804 struct { ConnectionId uint64 `gorm:"primaryKey"` GitlabId int `gorm:"primaryKey"` ProjectId int `gorm:"index"` PipelineId int `gorm:"index"` Status string `gorm:"type:varchar(255)"` Stage string `gorm:"type:varchar(255)"` Name string `gorm:"type:varchar(255)"` Ref string `gorm:"type:varchar(255)"` Tag bool `gorm:"type:boolean"` AllowFailure bool `json:"allow_failure"` Duration float64 `gorm:"type:text"` WebUrl string `gorm:"type:varchar(255)"` GitlabCreatedAt *time.Time StartedAt *time.Time FinishedAt *time.Time common.NoPKModel }
func (GitlabJob20220804) TableName ¶ added in v0.13.0
func (GitlabJob20220804) TableName() string
type GitlabPipeline20220729 ¶ added in v0.13.0
type GitlabPipeline20220729 struct { ConnectionId uint64 `gorm:"primaryKey"` GitlabId int `gorm:"primaryKey"` ProjectId int `gorm:"index"` Status string `gorm:"type:varchar(100)"` Ref string `gorm:"type:varchar(255)"` Sha string `gorm:"type:varchar(255)"` WebUrl string `gorm:"type:varchar(255)"` Duration int GitlabCreatedAt *time.Time GitlabUpdatedAt *time.Time StartedAt *time.Time FinishedAt *time.Time Coverage string common.NoPKModel }
func (GitlabPipeline20220729) TableName ¶ added in v0.13.0
func (GitlabPipeline20220729) TableName() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.