Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App represents a maild application.
type ArgumentError ¶
type ArgumentError struct {
Err error
}
ArgumentError represents an error caused by user input.
func (ArgumentError) Error ¶
func (e ArgumentError) Error() string
Error returns string representation of an argument error.
Click to show internal directories.
Click to hide internal directories.