Documentation ¶
Index ¶
- type NetConn4Gorilla
- func (c *NetConn4Gorilla) Close() error
- func (c *NetConn4Gorilla) LocalAddr() net.Addr
- func (c *NetConn4Gorilla) Read(b []byte) (int, error)
- func (c *NetConn4Gorilla) RemoteAddr() net.Addr
- func (c *NetConn4Gorilla) SetDeadline(t time.Time) (err error)
- func (c *NetConn4Gorilla) SetReadDeadline(t time.Time) error
- func (c *NetConn4Gorilla) SetWriteDeadline(t time.Time) error
- func (c *NetConn4Gorilla) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetConn4Gorilla ¶
type NetConn4Gorilla struct { WS *websocket.Conn WriteMessageType int // contains filtered or unexported fields }
func (*NetConn4Gorilla) Close ¶
func (c *NetConn4Gorilla) Close() error
func (*NetConn4Gorilla) LocalAddr ¶
func (c *NetConn4Gorilla) LocalAddr() net.Addr
func (*NetConn4Gorilla) RemoteAddr ¶
func (c *NetConn4Gorilla) RemoteAddr() net.Addr
func (*NetConn4Gorilla) SetDeadline ¶
func (c *NetConn4Gorilla) SetDeadline(t time.Time) (err error)
func (*NetConn4Gorilla) SetReadDeadline ¶
func (c *NetConn4Gorilla) SetReadDeadline(t time.Time) error
func (*NetConn4Gorilla) SetWriteDeadline ¶
func (c *NetConn4Gorilla) SetWriteDeadline(t time.Time) error
Click to show internal directories.
Click to hide internal directories.