Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface {
Run() error
}
type ErrorHandler ¶
type ErrorHandler interface {
Handle(error)
}
func NewErrorHandler ¶
func NewErrorHandler(logger util.Logger) ErrorHandler
Click to show internal directories.
Click to hide internal directories.