compiler

package
v0.0.0-...-3eb7c92 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VERBOSE_READER = false

Functions

func ConvertInterfaceArrayToStringArray

func ConvertInterfaceArrayToStringArray(interfaceArray []interface{}) []string

func DescribeMap

func DescribeMap(in interface{}, indent string) string

describe a map (for debugging purposes)

func FetchFile

func FetchFile(fileurl string) ([]byte, error)

func InvalidKeysInMap

func InvalidKeysInMap(m yaml.MapSlice, allowedKeys []string, allowedPatterns []string) []string

func MapHasKey

func MapHasKey(m yaml.MapSlice, key string) bool

func MapValueForKey

func MapValueForKey(m yaml.MapSlice, key string) interface{}

func MissingKeysInMap

func MissingKeysInMap(m yaml.MapSlice, requiredKeys []string) []string

func NewErrorGroupOrNil

func NewErrorGroupOrNil(errors []error) error

func PatternMatches

func PatternMatches(pattern string, value string) bool

func PluralProperties

func PluralProperties(count int) string

func ReadInfoForFile

func ReadInfoForFile(filename string) (interface{}, error)

read a file and unmarshal it as a yaml.MapSlice

func ReadInfoForRef

func ReadInfoForRef(basefile string, ref string) (interface{}, error)

read a file and return the fragment needed to resolve a $ref

func SortedKeysForMap

func SortedKeysForMap(m yaml.MapSlice) []string

func UnpackMap

func UnpackMap(in interface{}) (yaml.MapSlice, bool)

Types

type Context

type Context struct {
	Parent *Context
	Name   string
}

func NewContext

func NewContext(name string, parent *Context) *Context

func (*Context) Description

func (context *Context) Description() string

type Error

type Error struct {
	Context *Context
	Message string
}

basic error type

func NewError

func NewError(context *Context, message string) *Error

func (*Error) Error

func (err *Error) Error() string

type ErrorGroup

type ErrorGroup struct {
	Errors []error
}

container for groups of errors

func (*ErrorGroup) Error

func (group *ErrorGroup) Error() string

Jump to

Keyboard shortcuts

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