Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Print(args ...interface{})
Printf(format string, args ...interface{})
Println(args ...interface{})
}
Logger mimics golang's standard Logger as an interface. Only Print functions are needed.
type Proxy ¶
type Proxy struct {
C chan ConfData
// contains filtered or unexported fields
}
func (*Proxy) SetKeepAlive ¶
func (*Proxy) SetKeepAliveCount ¶
func (*Proxy) SetKeepAliveIdle ¶
func (*Proxy) SetKeepAliveInterval ¶
Click to show internal directories.
Click to hide internal directories.