package queryutil
Import Path
github.com/aws/aws-sdk-go/private/protocol/query/queryutil (on go.dev )
Dependency Relation
imports 9 packages , and imported by one package
Package-Level Type Names (only one, which is unexported)
/* sort exporteds by: alphabet | popularity */
/* one unexported ... */ /* one unexported: */ type queryParser (struct)
Fields (only one, which is unexported )
/* one unexported ... */ /* one unexported: */
isEC2 bool
Methods (total 5, none are exported )
/* 5 unexporteds ... */ /* 5 unexporteds: */
(*T) parseList (v url .Values , value reflect .Value , prefix string , tag reflect .StructTag ) error
(*T) parseMap (v url .Values , value reflect .Value , prefix string , tag reflect .StructTag ) error
(*T) parseScalar (v url .Values , r reflect .Value , name string , tag reflect .StructTag ) error
(*T) parseStruct (v url .Values , value reflect .Value , prefix string ) error
(*T) parseValue (v url .Values , value reflect .Value , prefix string , tag reflect .StructTag ) error
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 .