Discover Packages
github.com/merico-dev/lake
models
domainlayer
crossdomain
package
Version:
v0.9.2
Opens a new window with list of versions in this module.
Published: Apr 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BoardRepo struct {
BoardId string `gorm:"primaryKey;type:varchar(255)"`
RepoId string `gorm:"primaryKey;type:varchar(255)"`
}
type IssueCommit struct {
IssueId string `gorm:"primaryKey;type:varchar(255)"`
CommitSha string `gorm:"primaryKey;type:varchar(255)"`
}
type PullRequestIssue struct {
PullRequestId string `json:"id" gorm:"primaryKey;type:varchar(255);comment:This key is generated based on details from the original plugin"`
IssueId string `gorm:"primaryKey;type:varchar(255)"`
PullNumber int
IssueNumber int
}
type RefsIssuesDiffs struct {
NewRefName string `gorm:"type:varchar(255)"`
OldRefName string `gorm:"type:varchar(255)"`
NewRefCommitSha string `gorm:"type:char(40)"`
OldRefCommitSha string `gorm:"type:char(40)"`
IssueNumber string `gorm:"type:varchar(255)"`
IssueId string `gorm:";type:varchar(255)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.