package
0.7.33
Repository: https://github.com/joey-fossa/fossa-cli.git
Documentation: pkg.go.dev

# Functions

In returns the type of VCS repository rooted at a directory, or ErrNoVCSInDir if none is found.
No description provided by the author
Nearest returns the type and directory of the nearest VCS repository containing or at dirname, or ErrNoNearestVCS if none is found.
NewGitRepository uses the git repository's metadata at dir to identify the codebase.
NewMercurialRepository uses the Mercurial repository's metadata at dir to identify the codebase.
NewNoRepository uses the name of dir and the current time to identify the codebase.
NewSubversionRepository uses the Subversion repository's metadata at dir to identify the codebase.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Errors that occur when finding VCS repositories.
Errors that occur when finding VCS repositories.

# Structs

GitRepository implements the System interface.
MercurialRepository implements the System interface.
NoRepository implements the System interface.
No description provided by the author
SubversionRepository implements the System interface.

# Interfaces

A System represents the current state of a version-controlled repository.

# Type aliases

VCS represents a type of version control system.