Documentation ¶
Overview ¶
Package ctlcmd contains the various snapctl subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ForbiddenCommand ¶
ForbiddenCommand contains information about an attempt to use a command in a context where it is not allowed.
func (*ForbiddenCommand) Execute ¶
func (f *ForbiddenCommand) Execute(args []string) error
type ForbiddenCommandError ¶
type ForbiddenCommandError struct {
Message string
}
ForbiddenCommandError conveys that a command cannot be invoked in some context
func (ForbiddenCommandError) Error ¶
func (f ForbiddenCommandError) Error() string
type NoAttributeError ¶
type NoAttributeError struct {
Attribute string
}
NoAttributeError indicates that an interface attribute is not set.
func (*NoAttributeError) Error ¶
func (e *NoAttributeError) Error() string
type UnsuccessfulError ¶
type UnsuccessfulError struct {
ExitCode int
}
UnsuccessfulError carries a specific exit code to be returned to the client.
func (UnsuccessfulError) Error ¶
func (e UnsuccessfulError) Error() string
Click to show internal directories.
Click to hide internal directories.