encoder

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgEncoder

type MsgEncoder interface {
	DecodeReqEvent(in []byte) (*schema.ReqEvent, error)

	EncodeReqEvent(in *schema.ReqEvent) ([]byte, error)

	DecodeReqQ(in []byte) (*schema.ReqQ, error)

	EncodeReqQ(in *schema.ReqQ) ([]byte, error)

	DecodeResEvent(in []byte) (*schema.ResEvent, error)

	EncodeResEvent(in *schema.ResEvent) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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