Documentation ¶
Index ¶
- type WsConnContext
- func (w *WsConnContext) Close()
- func (w *WsConnContext) Deadline() (deadline time.Time, ok bool)
- func (w *WsConnContext) Done() <-chan struct{}
- func (w *WsConnContext) Err() error
- func (w *WsConnContext) Pong()
- func (w *WsConnContext) Send(cmd int, data []byte) error
- func (w *WsConnContext) Value(key interface{}) interface{}
- func (w *WsConnContext) Wait()
- func (w *WsConnContext) Write(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WsConnContext ¶
func (*WsConnContext) Close ¶
func (w *WsConnContext) Close()
func (*WsConnContext) Done ¶
func (w *WsConnContext) Done() <-chan struct{}
func (*WsConnContext) Err ¶
func (w *WsConnContext) Err() error
func (*WsConnContext) Pong ¶
func (w *WsConnContext) Pong()
func (*WsConnContext) Value ¶
func (w *WsConnContext) Value(key interface{}) interface{}
func (*WsConnContext) Wait ¶
func (w *WsConnContext) Wait()
func (*WsConnContext) Write ¶
func (w *WsConnContext) Write(buf []byte) error
Click to show internal directories.
Click to hide internal directories.