Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(v ...interface{}) error
New return an error created on the base of a given interface.
Types ¶
type HandlerFunc ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func (*Handlers) Add ¶
func (h *Handlers) Add(f ...HandlerFunc) error
Add a list of handlers to a new error.
type Multiple ¶
type Multiple struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.