Discover Packages
github.com/merico-dev/lake
plugins
ae
models
package
Version:
v0.5.0-test2
Opens a new window with list of versions in this module.
Published: Dec 31, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
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"`
AnalysisId string
AuthorEmail string
DevEq int
AEProjectId int
}
type AEProject struct {
Id int `gorm:"primaryKey"`
GitUrl string `gorm:"comment:url of the repo in github"`
Priority int
AECreateTime *time .Time
AEUpdateTime *time .Time
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.