Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientMessageDelegate ¶
type CodecDelegate ¶
type ReadWriteCloser ¶
type ReadWriteCloser struct { io.ReadWriteCloser Desc string }
type RecorderDelegate ¶
type RecorderDelegate interface {
Record(id int64, direction RecorderDirection, d []byte, err error)
}
type RecorderDirection ¶
type RecorderDirection uint8
const ( RecorderDirection_Sender RecorderDirection = iota + 1 RecorderDirection_Receiver )
func (RecorderDirection) String ¶
func (i RecorderDirection) String() string
type ResponseWriter ¶
type ResponseWriter interface {
Write(data interface{}) error
}
type ServerMessageDelegate ¶
Click to show internal directories.
Click to hide internal directories.