Discover Packages
github.com/apache/incubator-devlake
plugins
ae
models
migrationscripts
archived
package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Jun 29, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AECommit struct {
HexSha string `gorm:"primaryKey;type:varchar(255)"`
AnalysisId string `gorm:"type:varchar(255)"`
AuthorEmail string `gorm:"type:varchar(255)"`
DevEq int
AEProjectId int
archived .NoPKModel
}
type AEProject struct {
Id int `gorm:"primaryKey;type:varchar(255)"`
GitUrl string `gorm:"type:varchar(255);comment:url of the repo in github"`
Priority int
AECreateTime *time .Time
AEUpdateTime *time .Time
archived .NoPKModel
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.