blueprint

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger added in v0.2.0

type Logger interface {
	Debug(v ...interface{})
}

type ParseError

type ParseError struct {
	Msg, Tag string
	Line     int
}

func (*ParseError) Error

func (err *ParseError) Error() string

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func NewParser

func NewParser(d map[string]interface{}, log Logger) (*Parser, error)

func (Parser) Parse

func (p Parser) Parse(b []byte) (*blueprint, error)

Jump to

Keyboard shortcuts

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