Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CodeExitUserHomeNotExist represents that the user home directory is not exist. CodeExitUserHomeNotExist = 15 // CodeExitPathNotAbs represents that the repo directory parsed from command-line is not absolute path. CodeExitPathNotAbs = 16 // CodeExitRateLimitInvalid represents that the rate limit is invalid. CodeExitRateLimitInvalid = 17 // CodeExitPortInvalid represents that the port is invalid. CodeExitPortInvalid = 18 // CodeExitDfgetNotFound represents that the dfget cannot be found. CodeExitDfgetNotFound = 19 // CodeExitRepoCreateFail represents that the repo directory is created failed. CodeExitRepoCreateFail = 20 // CodeExitDfgetFail represents that executing dfget failed. CodeExitDfgetFail = 21 // CodeReqAuth represents that an authentication failure happens when executing dfget. CodeReqAuth = 22 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.