Documentation
¶
Overview ¶
Package errs provides error definitions to be used across the all packages of the project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptyHash is returned when an empty commit hash is provided. ErrEmptyHash = errors.New("empty hash provided") // ErrGitFailed is returned when a git command execution fails. ErrGitFailed = errors.New("git command failed") )
Functions ¶
func IsContextError ¶
IsContextError checks if the provided error is a type of any context error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.