Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Changelog20220527 ¶
type Changelog20220527 struct { domainlayer.DomainEntity // collected fields IssueId string `gorm:"index;type:varchar(255)"` AuthorId string `gorm:"type:varchar(255)"` AuthorName string `gorm:"type:varchar(255)"` FieldId string `gorm:"type:varchar(255)"` FieldName string `gorm:"type:varchar(255)"` FromValue string ToValue string CreatedDate time.Time }
func (Changelog20220527) TableName ¶
func (Changelog20220527) TableName() string
type Issue20220507 ¶
type Issue20220507 struct { archived.DomainEntity Url string `gorm:"type:varchar(255)"` IconURL string `gorm:"type:varchar(255);column:icon_url"` Number string `gorm:"type:varchar(255)"` Title string Description string EpicKey string `gorm:"type:varchar(255)"` Type string `gorm:"type:varchar(100)"` Status string `gorm:"type:varchar(100)"` OriginalStatus string `gorm:"type:varchar(100)"` StoryPoint uint ResolutionDate *time.Time CreatedDate *time.Time UpdatedDate *time.Time LeadTimeMinutes uint ParentIssueId string `gorm:"type:varchar(255)"` Priority string `gorm:"type:varchar(255)"` OriginalEstimateMinutes int64 TimeSpentMinutes int64 TimeRemainingMinutes int64 CreatorId string `gorm:"type:varchar(255)"` AssigneeId string `gorm:"type:varchar(255)"` AssigneeName string `gorm:"type:varchar(255)"` Severity string `gorm:"type:varchar(255)"` Component string `gorm:"type:varchar(255)"` }
func (Issue20220507) TableName ¶
func (Issue20220507) TableName() string
type Issue20220524 ¶
type Issue20220524 struct { archived.DomainEntity CreatorName string `gorm:"type:varchar(255)"` }
func (Issue20220524) TableName ¶
func (Issue20220524) TableName() string
type PullRequest20220526 ¶
type PullRequest20220526 struct { domainlayer.DomainEntity BaseRepoId string `gorm:"index"` HeadRepoId string `gorm:"index"` Status string `gorm:"type:varchar(100);comment:open/closed or other"` Number int Title string Description string Url string `gorm:"type:varchar(255)"` AuthorName string `gorm:"type:varchar(100)"` AuthorId string `gorm:"type:varchar(100)"` ParentPrId string `gorm:"index;type:varchar(100)"` PullRequestKey int CreatedDate time.Time MergedDate *time.Time ClosedDate *time.Time Type string `gorm:"type:varchar(100)"` Component string `gorm:"type:varchar(100)"` MergeCommitSha string `gorm:"type:varchar(40)"` HeadRef string `gorm:"type:varchar(255)"` BaseRef string `gorm:"type:varchar(255)"` BaseCommitSha string `gorm:"type:varchar(40)"` HeadCommitSha string `gorm:"type:varchar(40)"` }
func (PullRequest20220526) TableName ¶
func (PullRequest20220526) TableName() string
type RefsIssuesDiffs20220513 ¶
type RefsIssuesDiffs20220513 struct { NewRefId string `gorm:"primaryKey;type:varchar(255)"` OldRefId string `gorm:"primaryKey;type:varchar(255)"` NewRefCommitSha string `gorm:"type:varchar(40)"` OldRefCommitSha string `gorm:"type:varchar(40)"` IssueNumber string `gorm:"type:varchar(255)"` IssueId string `gorm:"primaryKey;type:varchar(255)"` archived.NoPKModel }
func (RefsIssuesDiffs20220513) TableName ¶
func (RefsIssuesDiffs20220513) TableName() string
type RefsIssuesDiffsNew ¶
type RefsIssuesDiffsNew struct { NewRefId string `gorm:"primaryKey;type:varchar(255)"` OldRefId string `gorm:"primaryKey;type:varchar(255)"` NewRefCommitSha string `gorm:"type:varchar(40)"` OldRefCommitSha string `gorm:"type:varchar(40)"` IssueNumber string `gorm:"type:varchar(255)"` IssueId string `gorm:"primaryKey;type:varchar(255)"` archived.NoPKModel }
func (RefsIssuesDiffsNew) TableName ¶
func (RefsIssuesDiffsNew) TableName() string
type SprintIssue20220528 ¶
type SprintIssue20220528 struct { common.NoPKModel SprintId string `gorm:"primaryKey;type:varchar(255)"` IssueId string `gorm:"primaryKey;type:varchar(255)"` IsRemoved bool AddedDate *time.Time RemovedDate *time.Time AddedStage *string `gorm:"type:varchar(255)"` ResolvedStage *string `gorm:"type:varchar(255)"` }
func (SprintIssue20220528) TableName ¶
func (SprintIssue20220528) TableName() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.