Documentation ¶
Index ¶
Constants ¶
View Source
const ( PongWait = 5 * time.Second PingWait = 2 * time.Second )
View Source
const ( DISCONNECT = 1 << iota RPCCONNECT = 1 << iota WATCHCONNECT = 1 << iota )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProfileReq ¶
type ProfileReq string
type ProfileRes ¶
type ProfileRes string
type ReadWriteCloser ¶
type ReadWriteCloser struct {
// contains filtered or unexported fields
}
func (*ReadWriteCloser) Close ¶
func (rwc *ReadWriteCloser) Close() (err error)
Click to show internal directories.
Click to hide internal directories.