storage

package
v1.7.6 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder interface {
	Decode(e interface{}) error
}

func GobDecoder

func GobDecoder(r io.Reader) Decoder

func JSONDecoder

func JSONDecoder(r io.Reader) Decoder

func XMLDecoder

func XMLDecoder(r io.Reader) Decoder

type Encoder

type Encoder interface {
	Encode(e interface{}) error
}

func GobEncoder

func GobEncoder(w io.Writer) Encoder

func JSONEncoder

func JSONEncoder(w io.Writer) Encoder

func XMLEncoder

func XMLEncoder(w io.Writer) Encoder

type NewDecoder

type NewDecoder func(r io.Reader) Decoder

type NewEncoder

type NewEncoder func(w io.Writer) Encoder

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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