Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoPackInfo = fmt.Errorf("pack information (.git/objects/info/packs) is missing")
View Source
var ErrNotVulnerable = fmt.Errorf("no .git directory is available at this URL")
Functions ¶
Types ¶
type Config ¶
type Config struct { RepositoryName string Remotes []Remote Branches []Branch User User GithubToken GithubToken }
type GitFileType ¶
type GitFileType string
const ( GitUnknownFile GitFileType = "" GitCommitFile GitFileType = "commit" GitTreeFile GitFileType = "tree" GitBlobFile GitFileType = "blob" )
type GithubToken ¶
Click to show internal directories.
Click to hide internal directories.