transport

package
v0.0.0-...-7e69858 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TRANSPORT_TYPE_TCP  = "transport.tcp"
	TRANSPORT_TYPE_TLS  = "transport.tls"
	TRANSPORT_TYPE_UNIX = "transport.unix"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Transport

type Transport interface {
	Addr() string
	Network() string
	Option() server.OptionFn
}

func NewTransport

func NewTransport(t string, c *gxyconfig.Configuration) (Transport, error)

Jump to

Keyboard shortcuts

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