func github.com/jmespath/go-jmespath.toArrayStr
5 uses
github.com/jmespath/go-jmespath (current package)
functions.go#L373: if _, ok := toArrayStr(arg); ok {
functions.go#L502: items, _ := toArrayStr(arguments[0])
functions.go#L607: items, _ := toArrayStr(arguments[0])
functions.go#L726: items, _ := toArrayStr(arguments[0])
util.go#L164: func toArrayStr(data interface{}) ([]string, bool) {
![]() |
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. |