Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NewLineChar = []byte{'\n'}
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Send chan []byte
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(w http.ResponseWriter, r *http.Request, rHandle ReadHandle, cHandle CloseHandle, log logger.Interface, sChanCnt int) *Client
type CloseHandle ¶
type CloseHandle func(*Client)
type ReadHandle ¶
Click to show internal directories.
Click to hide internal directories.