Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagClusterId = "cluster-id" FlagIdP = "i" )
DBaaS Mongo flags
View Source
const ( ArgConfig = "config" ArgConfigShort = "c" ArgOutput = "output" ArgOutputShort = "o" ArgQuiet = "quiet" ArgQuietShort = "q" ArgVerbose = "verbose" ArgVerboseShort = "v" ArgDepth = "depth" ArgDepthShort = "D" ArgServerUrl = "api-url" ArgServerUrlShort = "u" ArgAll = "all" ArgAllShort = "a" ArgForce = "force" ArgForceShort = "f" ArgWaitForRequest = "wait-for-request" ArgWaitForRequestShort = "w" ArgWaitForState = "wait-for-state" ArgWaitForDelete = "wait-for-deletion" ArgWaitForStateShort = "W" ArgTimeout = "timeout" ArgTimeoutShort = "t" ArgCols = "cols" ArgUpdates = "updates" ArgToken = "token" ArgTokenShort = "t" ArgUser = "user" ArgPassword = "password" ArgPasswordShort = "p" ArgNoHeaders = "no-headers" )
legacy flags. TODO: Arg should be renamed to Flag.
View Source
const ( DefaultApiURL = "https://api.ionos.com" DefaultConfigFileName = "/config.json" DefaultOutputFormat = "text" DefaultWait = false DefaultTimeoutSeconds = int(60) DefaultParentIndex = int(1) )
Defaults
View Source
const ( MessageRequestInfo = "Request ID: %v Execution Time: %v" MessageRequestTime = "Request Execution Time: %v" MessageDeletingAll = "Status: Deleting %v with ID: %v..." MessageRemovingAll = "Status: Removing %v with ID: %v..." // TODO: what is the difference between Delete / Remove? )
Some legacy messages, which might need looking into
View Source
const ( ErrDeleteAll = "error occurred removing %v with ID: %v. error: %w" ErrWaitDeleteAll = "error occurred waiting on removing %v with ID: %v. error: %w" // TODO: Why a new constant just to add "waiting" to the middle of it? )
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.