type github.com/aws/smithy-go/encoding/httpbinding.QueryValue
18 uses
github.com/aws/smithy-go/encoding/httpbinding (current package)
encode.go#L103: func (e *Encoder) SetQuery(key string) QueryValue {
encode.go#L108: func (e *Encoder) AddQuery(key string) QueryValue {
query.go#L12: type QueryValue struct {
query.go#L20: func NewQueryValue(query url.Values, key string, append bool) QueryValue {
query.go#L21: return QueryValue{
query.go#L28: func (qv QueryValue) updateKey(value string) {
query.go#L37: func (qv QueryValue) Blob(v []byte) {
query.go#L43: func (qv QueryValue) Boolean(v bool) {
query.go#L48: func (qv QueryValue) String(v string) {
query.go#L53: func (qv QueryValue) Byte(v int8) {
query.go#L58: func (qv QueryValue) Short(v int16) {
query.go#L63: func (qv QueryValue) Integer(v int32) {
query.go#L68: func (qv QueryValue) Long(v int64) {
query.go#L73: func (qv QueryValue) Float(v float32) {
query.go#L78: func (qv QueryValue) Double(v float64) {
query.go#L82: func (qv QueryValue) float(v float64, bitSize int) {
query.go#L96: func (qv QueryValue) BigInteger(v *big.Int) {
query.go#L101: func (qv QueryValue) BigDecimal(v *big.Float) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)