transports

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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

func (*WsClientTransport) Start

func (n *WsClientTransport) Start(callback func(conn *websocket.Conn)) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL