Discover Packages
github.com/merico-dev/lake
plugins
ae
models
package
Version:
v0.10.1
Opens a new window with list of versions in this module.
Published: Apr 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
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
common .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
common .NoPKModel
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.