Versions in this module Expand all Collapse all v0 v0.0.4 Apr 24, 2022 Changes in this version + var Action = Operation("action") + var Create = Operation("create") + var ErrComplexType = errors.New("complex type") + var List = Operation("list") + var ListForCreate = Operation("listcreate") + var Update = Operation("update") + func CheckFieldCriteria(fieldName string, field mapper.Field, value interface{}) error + func ConvertSimple(fieldType string, value interface{}, op Operation) (interface{}, error) + type Builder struct + Edit bool + Export bool + Schemas *mapper.Schemas + Yaml bool + func NewBuilder(schemas *mapper.Schemas) *Builder + func (b *Builder) Construct(schema *mapper.Schema, input map[string]interface{}, op Operation) (map[string]interface{}, error) + type Operation string + func (o Operation) IsList() bool