parser

package
v0.0.0-...-5998bd7 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2019 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(interface{}) error
}

Decoder is the common interface shared by parsers cf. encoding/json, etc

type Encoder

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

Encoder is the common interface shared by parsers cf. encoding/json, etc

type T

type T interface {
	NewDecoder(io.Reader) Decoder
	NewEncoder(io.Writer) Decoder
}

T is the common parser interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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