iface

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 0 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseProtocol

type BaseProtocol interface {
	// WriteByte ...
	WriteByte(value byte) error

	// ReadByte ...
	ReadByte() (value byte, err error)
}

type Decoder

type Decoder interface {
	Decode() (interface{}, error)
}

type Encoder

type Encoder interface {
	Encode(interface{}) error
	Buffer() []byte
}

type Message

type Message interface {
	Encode(e Encoder) error
	Decode(d Decoder) error
}

Jump to

Keyboard shortcuts

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