Versions in this module Expand all Collapse all v2 v2.0.0 Dec 4, 2023 Changes in this version + type Value interface + Bool func() bool + Bools func() []bool + Bytes func() []byte + Duration func() time.Duration + Durations func() []time.Duration + Float32 func() float32 + Float32s func() []float32 + Float64 func() float64 + Float64s func() []float64 + Int func() int + Int16 func() int16 + Int16s func() []int16 + Int32 func() int32 + Int32s func() []int32 + Int64 func() int64 + Int64s func() []int64 + Int8 func() int8 + Int8s func() []int8 + Ints func() []int + Map func() map[string]interface{} + Scan func(pointer interface{}) error + Slice func() []interface{} + String func() string + Strings func() []string + Uint func() uint + Uint16 func() uint16 + Uint16s func() []uint16 + Uint32 func() uint32 + Uint32s func() []uint32 + Uint64 func() uint64 + Uint64s func() []uint64 + Uint8 func() uint8 + Uint8s func() []uint8 + Uints func() []uint + Value func() interface{} + func NewValue(v ...interface{}) Value