Documentation ¶
Index ¶
Constants ¶
View Source
const (
Type = "git"
)
Variables ¶
View Source
var (
SourceTypeGit = &SourceGit{}
)
Functions ¶
This section is empty.
Types ¶
type SourceGitLoadOptions ¶
type SourceGitLoadOptions struct { // commit-files: Include commited file content as object. CommitFiles bool // commit-messages: Include commit contect as object. CommitMessages bool // staged-files: Include stateg dile contect as object. StagedFiles bool // commit-count: Ammount of commits to analise. CommitCount int }
Click to show internal directories.
Click to hide internal directories.