Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Generic Error type ErrNotValidOutput = errors.New("not valid output") ErrNoHomeDirectory = errors.New("no home directory") ErrNotImplemented = errors.New("not implemented") ErrConfigFile = errors.New("error to configuration file") ErrClient = errors.New("error to initialize client") )
Functions ¶
func IsConfigFile ¶
IsConfigFile checks if the error is of type ErrConfigFile
func IsNoHomeDirectory ¶
IsNoHomeDirectory checks if the error is of type ErrNoHomeDirectory
func IsNotValidOutput ¶
IsNotValidOutput checks if the error is of type ErrNotValidOutput
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.