transport

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: Apache-2.0 Imports: 0 Imported by: 78

Documentation

Overview

Package transport provides predefined transport protocol.

Index

Constants

View Source
const Unknown = "Unknown"

Unknown indicates the protocol is unknown.

Variables

This section is empty.

Functions

This section is empty.

Types

type Protocol

type Protocol int

Protocol indicates the transport protocol.

const (
	PurePayload Protocol = 0

	TTHeader Protocol = 1 << iota
	Framed
	HTTP
	GRPC

	TTHeaderFramed = TTHeader | Framed
)

Predefined transport protocols. Framed is suggested.

func (Protocol) String

func (tp Protocol) String() string

String prints human readable information.

func (Protocol) WithMeta added in v0.0.5

func (tp Protocol) WithMeta() bool

WithMeta reports whether the protocol is capable of carrying meta data besides the payload.

Jump to

Keyboard shortcuts

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