Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkTransport ¶
type NetworkTransport interface {
Start() error
}
type WsClientTransport ¶
type WsClientTransport struct {
// contains filtered or unexported fields
}
func NewWsClientTransport ¶
func NewWsClientTransport(dialAddress string) *WsClientTransport
type WsServerTransport ¶
type WsServerTransport struct { Port uint Address string // contains filtered or unexported fields }
func NewWsServerTransport ¶
func NewWsServerTransport(port uint, Address string, options *websocket.AcceptOptions) *WsServerTransport
func (*WsServerTransport) Start ¶
func (n *WsServerTransport) Start() error
Click to show internal directories.
Click to hide internal directories.