Versions in this module Expand all Collapse all v3 v3.0.0 May 12, 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 types.Field, value interface{}) error + func ConvertSimple(fieldType string, value interface{}, op Operation) (interface{}, error) + type Builder interface + Construct func(schema *types.Schema, input types.APIObject, op Operation) (types.APIObject, error) + func NewBuilder(apiOp *types.APIRequest) Builder + type Operation string + func (o Operation) IsList() bool