Versions in this module Expand all Collapse all v1 v1.1.1 Nov 16, 2018 v1.1.0 Oct 1, 2018 Changes in this version + type Bool struct + Bool bool + Valid bool + func NewBool(value bool) Bool + type Byte struct + Byte byte + Valid bool + func NewByte(value byte) Byte + type Complex128 struct + Complex128 complex128 + Valid bool + func NewComplex128(value complex128) Complex128 + type Complex64 struct + Complex64 complex64 + Valid bool + func NewComplex64(value complex64) Complex64 + type Float32 struct + Float32 float32 + Valid bool + func NewFloat32(value float32) Float32 + type Float64 struct + Float64 float64 + Valid bool + func NewFloat64(value float64) Float64 + type Int struct + Int int + Valid bool + func NewInt(value int) Int + type Int16 struct + Int16 int16 + Valid bool + func NewInt16(value int16) Int16 + type Int32 struct + Int32 int32 + Valid bool + func NewInt32(value int32) Int32 + type Int64 struct + Int64 int64 + Valid bool + func NewInt64(value int64) Int64 + type Int8 struct + Int8 int8 + Valid bool + func NewInt8(value int8) Int8 + type Rune struct + Rune rune + Valid bool + func NewRune(value rune) Rune + type String struct + String string + Valid bool + func NewString(value string) String + type Uint struct + Uint uint + Valid bool + func NewUint(value uint) Uint + type Uint16 struct + Uint16 uint16 + Valid bool + func NewUint16(value uint16) Uint16 + type Uint32 struct + Uint32 uint32 + Valid bool + func NewUint32(value uint32) Uint32 + type Uint64 struct + Uint64 uint64 + Valid bool + func NewUint64(value uint64) Uint64 + type Uint8 struct + Uint8 uint8 + Valid bool + func NewUint8(value uint8) Uint8