Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandExecutionFailed ¶
type CommandExecutionFailed struct {
// contains filtered or unexported fields
}
func NewErrorCommandExecutionFailed ¶
func NewErrorCommandExecutionFailed(stderr bytes.Buffer) CommandExecutionFailed
func (CommandExecutionFailed) Error ¶
func (e CommandExecutionFailed) Error() string
type FileAlreadyExisted ¶
type FileAlreadyExisted struct {
// contains filtered or unexported fields
}
func NewErrorFileAlreadyExisted ¶
func NewErrorFileAlreadyExisted(path string) FileAlreadyExisted
func (FileAlreadyExisted) Error ¶
func (e FileAlreadyExisted) Error() string
type GitBranchIsDetached ¶
type GitBranchIsDetached struct{}
func NewErrorGitBranchIsDetached ¶
func NewErrorGitBranchIsDetached() GitBranchIsDetached
func (GitBranchIsDetached) Error ¶
func (e GitBranchIsDetached) Error() string
type GitBranchIsFirstCommit ¶
type GitBranchIsFirstCommit struct{}
func NewErrorGitBranchIsFirstCommit ¶
func NewErrorGitBranchIsFirstCommit() GitBranchIsFirstCommit
func (GitBranchIsFirstCommit) Error ¶
func (e GitBranchIsFirstCommit) Error() string
type IsNotDirectory ¶
type IsNotDirectory struct {
// contains filtered or unexported fields
}
func NewErrorIsNotDirectory ¶
func NewErrorIsNotDirectory(path string) IsNotDirectory
func (IsNotDirectory) Error ¶
func (e IsNotDirectory) Error() string
type IsNotFile ¶
type IsNotFile struct {
// contains filtered or unexported fields
}
func NewErrorIsNotFile ¶
Click to show internal directories.
Click to hide internal directories.