MCPcopy Create free account
hub / github.com/aws/smithy-go / QueryValue

Struct QueryValue

encoding/httpbinding/query.go:12–16  ·  view source on GitHub ↗

QueryValue is used to encode query key values

Source from the content-addressed store, hash-verified

10
11// QueryValue is used to encode query key values
12type QueryValue struct {
13 query url.Values
14 key string
15 append bool
16}
17
18// NewQueryValue creates a new QueryValue which enables encoding
19// a query value into the given url.Values.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected