codec

package
v0.0.0-...-b1a8e8c Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec interface {
	ContentType() string
	Encode(src any) ([]byte, error)
	Decode(src []byte, dst any) error
}

type JSON

type JSON struct{}

func (JSON) ContentType

func (j JSON) ContentType() string

func (JSON) Decode

func (j JSON) Decode(src []byte, dst any) error

func (JSON) Encode

func (j JSON) Encode(src any) ([]byte, error)

Jump to

Keyboard shortcuts

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