Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GithubToken ¶
GithubToken extracts the GitHub token from the Git configuration.
Types ¶
type NotFoundError ¶
type NotFoundError struct {
Key string
}
NotFoundError is the error returned when the key is not found in the Git configuration.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Error returns the error message.
Click to show internal directories.
Click to hide internal directories.