codec

package
v2.0.0-...-02968f4 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewZRpcCodec

func NewZRpcCodec(debug bool) remote.Codec

Types

type Exception

type Exception struct {
	TypeID  int32
	Message string
}

func (Exception) Error

func (e Exception) Error() string

type Meta

type Meta struct {
	ServiceName string
	MethodName  string
	SeqID       int32
	MsgType     uint32
	Payload     []byte
}

type ZRpcCodec

type ZRpcCodec struct {
	// contains filtered or unexported fields
}

func (*ZRpcCodec) Decode

func (jc *ZRpcCodec) Decode(ctx context.Context, message remote.Message, in remote.ByteBuffer) error

func (*ZRpcCodec) Encode

func (jc *ZRpcCodec) Encode(ctx context.Context, message remote.Message, out remote.ByteBuffer) error

func (*ZRpcCodec) Name

func (jc *ZRpcCodec) Name() string

Jump to

Keyboard shortcuts

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