Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Func ¶
type Func func(connection *connection.Connection) error
func (Func) Serve ¶
func (handler Func) Serve(connection *connection.Connection) error
type Handler ¶
type Handler interface {
Serve(connection *connection.Connection) error
}
Click to show internal directories.
Click to hide internal directories.