github.com/jmespath/go-jmespath.argSpec.types (field)
37 uses
github.com/jmespath/go-jmespath (current package)
functions.go#L39: types []jpType
functions.go#L131: {types: []jpType{jpString, jpArray, jpObject}},
functions.go#L138: {types: []jpType{jpString}},
functions.go#L139: {types: []jpType{jpString}},
functions.go#L146: {types: []jpType{jpNumber}},
functions.go#L153: {types: []jpType{jpArrayNumber}},
functions.go#L160: {types: []jpType{jpNumber}},
functions.go#L167: {types: []jpType{jpArray, jpString}},
functions.go#L168: {types: []jpType{jpAny}},
functions.go#L175: {types: []jpType{jpString}},
functions.go#L176: {types: []jpType{jpString}},
functions.go#L183: {types: []jpType{jpNumber}},
functions.go#L190: {types: []jpType{jpExpref}},
functions.go#L191: {types: []jpType{jpArray}},
functions.go#L199: {types: []jpType{jpArrayNumber, jpArrayString}},
functions.go#L206: {types: []jpType{jpObject}, variadic: true},
functions.go#L213: {types: []jpType{jpArray}},
functions.go#L214: {types: []jpType{jpExpref}},
functions.go#L222: {types: []jpType{jpArrayNumber}},
functions.go#L229: {types: []jpType{jpArrayNumber, jpArrayString}},
functions.go#L236: {types: []jpType{jpArray}},
functions.go#L237: {types: []jpType{jpExpref}},
functions.go#L245: {types: []jpType{jpAny}},
functions.go#L252: {types: []jpType{jpObject}},
functions.go#L259: {types: []jpType{jpObject}},
functions.go#L266: {types: []jpType{jpArrayString, jpArrayNumber}},
functions.go#L273: {types: []jpType{jpArray}},
functions.go#L274: {types: []jpType{jpExpref}},
functions.go#L282: {types: []jpType{jpString}},
functions.go#L283: {types: []jpType{jpArrayString}},
functions.go#L290: {types: []jpType{jpArray, jpString}},
functions.go#L297: {types: []jpType{jpAny}},
functions.go#L304: {types: []jpType{jpAny}},
functions.go#L311: {types: []jpType{jpAny}},
functions.go#L318: {types: []jpType{jpAny}, variadic: true},
functions.go#L350: for _, t := range a.types {
functions.go#L384: return fmt.Errorf("Invalid type for: %v, expected: %#v", arg, a.types)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |