Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidConfig = errors.New("invalid config file")
Functions ¶
This section is empty.
Types ¶
type ErrConfigNotFound ¶
type ErrConfigNotFound struct {
// contains filtered or unexported fields
}
func (ErrConfigNotFound) Error ¶
func (e ErrConfigNotFound) Error() string
func (ErrConfigNotFound) Is ¶
func (e ErrConfigNotFound) Is(target error) bool
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option configures an App.
func WithSystem ¶
WithSystem sets the system instance for the Service.
func WithTerminal ¶
WithTerminal sets the terminal for the Service.
type Service ¶
type VersionWrapper ¶
Click to show internal directories.
Click to hide internal directories.