encoding

package
v0.2.10 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Name = "encoding"

Functions

func Each

func Each(fn func(name string, cdc Codec))

func Keys

func Keys() []string

func Register

func Register(name string, cdc Codec)

Types

type Codec

type Codec interface {
	Name() string
	Encode(v interface{}) ([]byte, error)
	Decode(data []byte, v interface{}) error
	Marshal(v interface{}) ([]byte, error)
	Unmarshal(data []byte, v interface{}) error
}

Codec defines the interface.

func Get

func Get(name string) Codec

func GetWithCT

func GetWithCT(ct string) Codec

GetWithCT get codec with content type

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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