encoding

package
v0.0.0-...-8ca999e Latest Latest
Warning

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

Go to latest
Published: Oct 16, 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 Encoder

type Encoder interface {
	Marshal(o any) ([]byte, error)
}

func LookupEncoding

func LookupEncoding(name string) Encoder

type JSONEncoder

type JSONEncoder struct {
	Pretty bool
}

func NewJSONEncoder

func NewJSONEncoder(pretty bool) JSONEncoder

func (JSONEncoder) Marshal

func (j JSONEncoder) Marshal(o any) ([]byte, error)

Jump to

Keyboard shortcuts

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