Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrServicesCreateName retrieves an error message when name argument is not found. ErrServicesCreateName = errors.New(`The command requires the "name" argument`) // ErrServicesCreate retrieves an error message when client api fails. ErrServicesCreate = "Unable to create service" )
View Source
var ( // ErrServicesRemoveName retrieves an error message when name argument is not found. ErrServicesRemoveName = errors.New(`The command requires at least one argument`) // ErrServicesRemoveStatus retrieves an error message when one of deletions failed. ErrServicesRemoveStatus = errors.New(`One of deletions failed`) // ErrServicesRemove retrieves an error message when client api fails. ErrServicesRemove = "Unable to remove service" )
View Source
var ( // ErrServicesUpdateID retrieves an error message when id argument is not found. ErrServicesUpdateID = errors.New(`The command requires the "id" or "name" argument`) // ErrServicesUpdate retrieves an error message when client api fails. ErrServicesUpdate = "Unable to update service" )
View Source
var (
// ErrServicesList retrieves an error message when client api fails.
ErrServicesList = "Unable to retrieve services"
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.