Documentation
¶
Index ¶
Constants ¶
View Source
const ( CodeNotGitRepo = "NOT_GIT_REPO" CodeNoGhAuth = "NO_GH_AUTH" CodeTrunkMissing = "TRUNK_MISSING" CodeAlreadyInit = "ALREADY_INITIALIZED" CodeDirtyWorktree = "DIRTY_WORKTREE" CodeNotOnStack = "NOT_ON_STACK" CodeSlugTaken = "SLUG_TAKEN" CodeGhCallFailed = "GH_CALL_FAILED" CodeGitCallFailed = "GIT_CALL_FAILED" CodeSquashDetected = "SQUASH_DETECTED" CodeRebaseConflict = "REBASE_CONFLICT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainrailError ¶
func (*ChainrailError) Error ¶
func (e *ChainrailError) Error() string
func (*ChainrailError) Unwrap ¶
func (e *ChainrailError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.