packet

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MIT Imports: 2 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Compress bool `json:"compress" mapstructure:"compress" msgpack:"compress"`
}

type Packet

type Packet struct {
	Type         Type                  `json:"type" mapstructure:"type" msgpack:"type"`
	Data         io.Reader             `json:"data,omitempty" mapstructure:"data,omitempty" msgpack:"data,omitempty"`
	Options      *Options              `json:"options,omitempty" mapstructure:"options,omitempty" msgpack:"options,omitempty"`
	WsPreEncoded types.BufferInterface `json:"wsPreEncoded,omitempty" mapstructure:"wsPreEncoded,omitempty" msgpack:"wsPreEncoded,omitempty"`
}

type Type

type Type string
const (
	OPEN    Type = "open"
	CLOSE   Type = "close"
	PING    Type = "ping"
	PONG    Type = "pong"
	MESSAGE Type = "message"
	UPGRADE Type = "upgrade"
	NOOP    Type = "noop"
	ERROR   Type = "error"
)

Packet types.

Jump to

Keyboard shortcuts

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