Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn
func (*Conn) ReadMessage ¶
type HandlerFunc ¶
type HandlerFunc func(*Conn)
HandlerFunc
func (HandlerFunc) ServeConn ¶
func (f HandlerFunc) ServeConn(c *Conn)
Click to show internal directories.
Click to hide internal directories.