Documentation ¶
Index ¶
- Variables
- type Adapter
- func (a *Adapter) Close() error
- func (a *Adapter) LocalAddr() net.Addr
- func (a *Adapter) Ping() chan bool
- func (a *Adapter) Read(b []byte) (int, error)
- func (a *Adapter) RemoteAddr() net.Addr
- func (a *Adapter) SetDeadline(t time.Time) error
- func (a *Adapter) SetReadDeadline(t time.Time) error
- func (a *Adapter) SetWriteDeadline(t time.Time) error
- func (a *Adapter) WithDevice(tenant string, device string) *Adapter
- func (a *Adapter) WithID(requestID string) *Adapter
- func (a *Adapter) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnexpectedMessageType = errors.New("unexpected websocket message type")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.