decoder

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

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

Go to latest
Published: Jan 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Decode = Default.Decode
)
View Source
var JSONDecoder = jsonDecoder{}
View Source
var YAMLDecoder = yamlDecoder{}

Functions

This section is empty.

Types

type Decoder

type Decoder interface {
	Decode(data []byte, v any) error
}

func MultiDecoder

func MultiDecoder(decoders ...Decoder) Decoder

type Recognizer

type Recognizer interface {
	Recognizes(data []byte) (ok, unknown bool, err error)
}

Jump to

Keyboard shortcuts

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