transport

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2021 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Client = &transportClient{
	trMap: map[Protocol]genTransportClient{},
}
View Source
var Transport = &transport{
	trMap: map[Protocol]genTransport{},
}

Functions

This section is empty.

Types

type Protocol

type Protocol string
const (
	TCP  Protocol = "tcp"
	KCP  Protocol = "kcp"
	MQTT Protocol = "mqtt"
	UNIX Protocol = "unix"
)

func (Protocol) String

func (p Protocol) String() string

Jump to

Keyboard shortcuts

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