Versions in this module Expand all Collapse all v0 v0.1.1 Feb 9, 2026 v0.1.0 Feb 9, 2026 Changes in this version + var ErrClient = errors.New("error to initialize client") + var ErrConfigFile = errors.New("error to configuration file") + var ErrNoHomeDirectory = errors.New("no home directory") + var ErrNotImplemented = errors.New("not implemented") + var ErrNotValidOutput = errors.New("not valid output") + func IsClient(err error) bool + func IsConfigFile(err error) bool + func IsNoHomeDirectory(err error) bool + func IsNotValidOutput(err error) bool