Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
Enable bool // Git check enable
List []string // check package list
Commit string // providers the commit sha for the current build
}
Check package
type Config ¶
type Config struct {
Url string // Git repo url
Out string // Export package
Token string // Gitlab Personal Access Token
}
Git config
Click to show internal directories.
Click to hide internal directories.