data

package
v0.0.0-...-bcd07de Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codable

type Codable interface {
	FromJSON(reader io.Reader) error
	ToJSON(writer io.Writer) error
}

type Decodable

type Decodable interface {
	FromJSON(reader io.Reader) error
}

type Encodable

type Encodable interface {
	ToJSON(writer io.Writer) error
}

Jump to

Keyboard shortcuts

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