codec

package
v1.1.31 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func SetCodec added in v1.0.6

func SetCodec(contentType string, c Codec)

Types

type Codec

type Codec interface {
	Encode(message proto.Message) ([]byte, error)
	Decode(b []byte, message proto.Message) error
	MustEncodeString(message proto.Message) string
	MustEncode(message proto.Message) []byte
	MustDecode(b []byte, message proto.Message)
	Name() string
}

func CodecType added in v1.0.9

func CodecType(contentType string) Codec

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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