lua

package
v0.0.0-...-a341b7b Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUnsupportedTableValue   = errors.New("unsupported config table value")
	ErrUnsupportedTableKey     = errors.New("unsupported config table key")
	ErrNilRequestedGlobalBAlue = errors.New("nil requested global value")
)

Functions

func EvalConfig

func EvalConfig(configStr string, timeout time.Duration) (map[string]interface{}, error)

Types

type ValueType

type ValueType int
const (
	Undefined ValueType = iota
	String
	Float64
	Table
)

Jump to

Keyboard shortcuts

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