Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Unknown unknown error Unknown = 100 + iota // Usage invalid usage Usage // MissingArguments missing required arguments MissingArguments )
View Source
const ( // RepoUnknown unknown error RepoUnknown = 200 + iota // RepoCheckoutFailed failed to checkout to head RepoCheckoutFailed // RepoDirty repository is dirty RepoDirty // RepoHeadNotFound repository head not found RepoHeadNotFound // RepoListFilesFailed list repo files failed RepoListFilesFailed // RepoDiffBaseNotFound basic commit to diff is empty RepoDiffBaseNotFound // RepoConfigNotFound config not found RepoConfigNotFound )
View Source
const ( // ContribForbidden unknown error ContribForbidden = 300 + iota // ContribHeadNotFound head not found ContribHeadNotFound // ContribSyncFailed failed to sync ContribSyncFailed // ContribLocked contrib was locked ContribLocked // ContribUnlock contrib is unlock ContribUnlock // ContribInvalidLog invalid log format ContribInvalidLog // ContribInvalidLock invalid lock format ContribInvalidLock )
View Source
const ( // Nil mean successfully Nil = iota )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.