Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidConfigError ¶
type InvalidConfigError struct {
// contains filtered or unexported fields
}
func (*InvalidConfigError) Error ¶
func (e *InvalidConfigError) Error() string
func (*InvalidConfigError) Is ¶
func (e *InvalidConfigError) Is(target error) bool
type InvalidFlagError ¶
type InvalidFlagError struct {
// contains filtered or unexported fields
}
func (*InvalidFlagError) Error ¶
func (e *InvalidFlagError) Error() string
func (*InvalidFlagError) Is ¶
func (e *InvalidFlagError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.