Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FinishedCommitsDiff ¶
type FinishedCommitsDiff struct { NewCommitSha string `gorm:"primaryKey;type:varchar(40)"` OldCommitSha string `gorm:"primaryKey;type:varchar(40)"` }
func (FinishedCommitsDiff) TableName ¶
func (FinishedCommitsDiff) TableName() string
type RefCommitPair ¶
type RefCommitPair [4]string
type RefCommitPairs ¶
type RefCommitPairs []RefCommitPair
type RefPairList ¶
type RefPairList [2]string
type RefdiffOptions ¶
type RefdiffOptions struct { RepoId string Tasks []string `json:"tasks,omitempty"` Pairs []RefPair TagsPattern string // The Pattern to match from all tags TagsLimit int // How many tags be matched should be used. TagsOrder string // The Rule to Order the tag list AllPairs RefCommitPairs // Pairs and TagsPattern Pairs ProjectName string }
Click to show internal directories.
Click to hide internal directories.