Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ValidationError = errgo.New("validation failed")
)
Functions ¶
func Decode ¶
func Decode(obj ast.Node, excludeKeys []string, defaultValues map[string]interface{}, data interface{}) error
Decode from object to data structure using `mapstructure`
func ParseStringList ¶
func ParseStringList(o *ast.ObjectList, context string) ([]string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.