internal

package
v0.0.0-...-96fc0fd Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2015 License: BSD-3-Clause Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BytesIdemReader

type BytesIdemReader []byte

func (BytesIdemReader) Bytes

func (b BytesIdemReader) Bytes() ([]byte, error)

type ErrIdemReader

type ErrIdemReader struct {
	Err error
}

func (ErrIdemReader) Bytes

func (e ErrIdemReader) Bytes() ([]byte, error)

type IdemReader

type IdemReader interface {
	Bytes() ([]byte, error)
}

type Struct

type Struct struct {
	Ptr interface{}
}

func (Struct) Read

func (s Struct) Read(readers ...IdemReader) error

Directories

Path Synopsis
Package gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files).
Package gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files).
scanner
Package scanner implements a scanner for gcfg configuration text.
Package scanner implements a scanner for gcfg configuration text.
token
Package token defines constants representing the lexical tokens of the gcfg configuration syntax and basic operations on tokens (printing, predicates).
Package token defines constants representing the lexical tokens of the gcfg configuration syntax and basic operations on tokens (printing, predicates).
types
Package types defines helpers for type conversions.
Package types defines helpers for type conversions.

Jump to

Keyboard shortcuts

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