Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGetMessage = errors.New("get commit message") ErrGetChangedFiles = errors.New("get changed files") )
Functions ¶
This section is empty.
Types ¶
type DefaultGit ¶ added in v0.4.0
type DefaultGit struct {
// contains filtered or unexported fields
}
func NewDefaultGit ¶ added in v0.4.0
func NewDefaultGit(baseDir string) *DefaultGit
func (*DefaultGit) FilesChanged ¶ added in v0.4.0
type Options ¶ added in v0.4.0
type Options struct {
Logger *slog.Logger
SHALength int
Git Git
OutsiderFinder OutsiderFinder
ScopeParser ScopeParser
}
type OutsiderFinder ¶
type ScopeParser ¶
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
Click to show internal directories.
Click to hide internal directories.