codec

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 License: Apache-2.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder interface {
	Decode(in *buf.ByteBuf) (complete bool, msg interface{}, err error)
}

Decoder decoder interface

func NewEmptyDecoder

func NewEmptyDecoder() Decoder

NewEmptyDecoder returns a empty decoder

type Encoder

type Encoder interface {
	Encode(data interface{}, out *buf.ByteBuf) error
}

Encoder encode interface

func NewEmptyEncoder

func NewEmptyEncoder() Encoder

NewEmptyEncoder returns a empty encoder

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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