Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCodePathEmpty is returned if Code.Path is empty or invalid ErrCodePathEmpty = errors.New("code path is empty or does not exist") // ErrProjectNotFound is returned if the project is not found ErrProjectNotFound = errors.New("project not found") // ErrInvalidURL is returned by AddProject if the URL given is not valid ErrInvalidURL = errors.New("invalid URL given") // ErrProjectAlreadyExists is returned if the project already exists ErrProjectAlreadyExists = errors.New("project already exists") // ErrCoderNotScanned is returned if San() was never called ErrCoderNotScanned = errors.New("code was not scanned") // ErrDotGitMalformed is returned if .git is malformed ErrDotGitMalformed = errors.New(".git is malformed") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.