Documentation
¶
Index ¶
Constants ¶
View Source
const ( PRIMITIVE = "primitive" FOREACH = "foreach" NEWARRAY = "NEWARRAY" )
View Source
const (
MAP_TO_INPUT = "$INPUT"
)
Variables ¶
This section is empty.
Functions ¶
func GetExpresssionValue ¶ added in v0.5.7
func MapExpreesion ¶ added in v0.5.7
func RemovePrefixInput ¶
Types ¶
type ArrayMapping ¶
type ArrayMapping struct { From interface{} `json:"from"` To string `json:"to"` Type string `json:"type"` Fields []*ArrayMapping `json:"fields,omitempty"` }
func ParseArrayMapping ¶
func ParseArrayMapping(arrayDatadata interface{}) (*ArrayMapping, error)
func (*ArrayMapping) DoArrayMapping ¶
func (*ArrayMapping) DoMap ¶
func (a *ArrayMapping) DoMap(fromValue, value interface{}, tomapField *field.MappingField, inputScope, outputScope data.Scope, resolver data.Resolver) error
func (*ArrayMapping) RemovePrefixForMapTo ¶
func (a *ArrayMapping) RemovePrefixForMapTo()
func (*ArrayMapping) Validate ¶
func (a *ArrayMapping) Validate() error
Directories
¶
Path | Synopsis |
---|---|
function
|
|
Package gabs implements a simplified wrapper around creating and parsing JSON.
|
Package gabs implements a simplified wrapper around creating and parsing JSON. |
Click to show internal directories.
Click to hide internal directories.