json

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewJsonCodec

func NewJsonCodec(debug bool) remote.Codec

Types

type Exception

type Exception struct {
	TypeID  int32
	Message string
}

func (Exception) Error

func (e Exception) Error() string

type JsonCodec

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

func (*JsonCodec) Decode

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

func (*JsonCodec) Encode

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

func (*JsonCodec) Name

func (jc *JsonCodec) Name() string

type Meta

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

Jump to

Keyboard shortcuts

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