Documentation ¶
Index ¶
- type Lane
- type QuicLane
- func (l *QuicLane) Read(raw []byte) (int, error)
- func (l *QuicLane) ReadMessage(msg *model.Message) error
- func (l *QuicLane) SetReadDeadline(t time.Time) error
- func (l *QuicLane) SetWriteDeadline(t time.Time) error
- func (l *QuicLane) Write(raw []byte) (int, error)
- func (l *QuicLane) WriteMessage(msg *model.Message) error
- type WSLane
- func (l *WSLane) Read(p []byte) (int, error)
- func (l *WSLane) ReadMessage(msg *model.Message) error
- func (l *WSLane) SetReadDeadline(t time.Time) error
- func (l *WSLane) SetWriteDeadline(t time.Time) error
- func (l *WSLane) Write(p []byte) (int, error)
- func (l *WSLane) WriteMessage(msg *model.Message) error
- type WSLaneWithoutPack
- func (l *WSLaneWithoutPack) Read(p []byte) (int, error)
- func (l *WSLaneWithoutPack) ReadMessage(msg *model.Message) error
- func (l *WSLaneWithoutPack) SetReadDeadline(t time.Time) error
- func (l *WSLaneWithoutPack) SetWriteDeadline(t time.Time) error
- func (l *WSLaneWithoutPack) Write(p []byte) (int, error)
- func (l *WSLaneWithoutPack) WriteMessage(msg *model.Message) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lane ¶
type QuicLane ¶
type QuicLane struct {
// contains filtered or unexported fields
}
func NewQuicLane ¶
func NewQuicLane(van interface{}) *QuicLane
type WSLaneWithoutPack ¶
type WSLaneWithoutPack struct {
// contains filtered or unexported fields
}
func NewWSLaneWithoutPack ¶
func NewWSLaneWithoutPack(van interface{}) *WSLaneWithoutPack
func (*WSLaneWithoutPack) ReadMessage ¶
func (l *WSLaneWithoutPack) ReadMessage(msg *model.Message) error
func (*WSLaneWithoutPack) SetReadDeadline ¶
func (l *WSLaneWithoutPack) SetReadDeadline(t time.Time) error
func (*WSLaneWithoutPack) SetWriteDeadline ¶
func (l *WSLaneWithoutPack) SetWriteDeadline(t time.Time) error
func (*WSLaneWithoutPack) WriteMessage ¶
func (l *WSLaneWithoutPack) WriteMessage(msg *model.Message) error
Click to show internal directories.
Click to hide internal directories.