Documentation
¶
Index ¶
- func GetBlobs(r *git.Repository) (*[]*object.Blob, error)
- func GetBranches(r *git.Repository) (*[]*plumbing.Reference, error)
- func GetCommits(r *git.Repository) (*[]*object.Commit, error)
- func GetConfig(r *git.Repository) (*gitconfig.Config, error)
- func GetEcosystem(filename string, e *map[string]int)
- func GetLanguages(filename string, l *map[string]int)
- func GetLicense(f *object.File) (string, error)
- func GetObjects(r *git.Repository) (*[]*object.Object, error)
- func GetReferences(r *git.Repository) (*[]*plumbing.Reference, error)
- func GetRemotes(r *git.Repository) (*[]*git.Remote, error)
- func GetTagRefs(r *git.Repository) (*[]*plumbing.Reference, error)
- func GetTags(r *git.Repository) (*[]*object.Tag, error)
- func GetTrees(r *git.Repository) (*[]*object.Tree, error)
- func GetURL(r *git.Repository) (string, error)
- func GetWorkTree(r *git.Repository) (*git.Worktree, error)
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBranches ¶
func GetCommits ¶
func GetEcosystem ¶
func GetLanguages ¶
func GetObjects ¶
func GetReferences ¶
func GetRemotes ¶
func GetRemotes(r *git.Repository) (*[]*git.Remote, error)
func GetTagRefs ¶
func GetWorkTree ¶
func GetWorkTree(r *git.Repository) (*git.Worktree, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.