formatter

package
v0.0.0-...-ba9bc52 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2016 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 Decoder

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

type Encoder

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

type Factory

type Factory interface {
	Types() []string
	NewEncoder(w io.Writer) Encoder
	NewDecoder(r io.Reader) Decoder
}

type PrettyEncoder

type PrettyEncoder interface {
	PrettyEncode(i interface{}) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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