codec

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApplicationJson  = "application/json"
	ApplicationProto = "application/proto"
)

Variables

This section is empty.

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
	Name() string
}

func GetCodec added in v1.0.6

func GetCodec(contentType string) Codec

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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