Versions in this module Expand all Collapse all v1 v1.50.8 Feb 1, 2024 v1.0.1 Nov 1, 2023 Changes in this version + func AddAsGetRequestMiddleware(stack *middleware.Stack) error + type Array struct + func (a *Array) Value() Value + type Encoder struct + func NewEncoder(writer io.Writer) *Encoder + func (e Encoder) Encode() error + type Map struct + func (m *Map) Key(name string) Value + type Object struct + func (o *Object) FlatKey(name string) Value + func (o *Object) Key(name string) Value + func (o *Object) KeyWithValues(name string) Value + type Value struct + func (qv Value) Array(locationName string) *Array + func (qv Value) Base64EncodeBytes(v []byte) + func (qv Value) BigDecimal(v *big.Float) + func (qv Value) BigInteger(v *big.Int) + func (qv Value) Boolean(v bool) + func (qv Value) Byte(v int8) + func (qv Value) Double(v float64) + func (qv Value) Float(v float32) + func (qv Value) Integer(v int32) + func (qv Value) Long(v int64) + func (qv Value) Map(keyLocationName string, valueLocationName string) *Map + func (qv Value) Object() *Object + func (qv Value) Short(v int16) + func (qv Value) String(v string)