encoding

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: MIT, Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder added in v0.1.9

type Decoder interface {
	Decode(v interface{}) (err error)
}

type Encoder added in v0.1.9

type Encoder interface {
	Encode(v interface{}) (err error)
}

type Format

type Format string
const (
	Json     Format = "json"
	Yaml     Format = "yaml"
	Toml     Format = "toml"
	Yml      Format = "yml"
	Protobuf Format = "protobuf"
	Xml      Format = "xml"
	Text     Format = "text"
	Base64   Format = "base64"
)

type Marshaler added in v0.3.0

type Marshaler interface {
	Marshal(v any) ([]byte, error)
}

type Unmarshaler added in v0.3.0

type Unmarshaler interface {
	Unmarshal([]byte) error
}

Directories

Path Synopsis
svg
Package svg parses Gerber to SVG.
Package svg parses Gerber to SVG.
html
Partial reference https://github.com/grafov/m3u8/blob/master/reader.go
Partial reference https://github.com/grafov/m3u8/blob/master/reader.go
any

Jump to

Keyboard shortcuts

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