Versions in this module Expand all Collapse all v1 v1.0.0 Oct 10, 2019 Changes in this version + type Bool struct + func EmptyBool() Bool + func NewBool(value bool) Bool + func (b Bool) Default(defaultValue bool) bool + func (b Bool) IsSet() bool + func (b Bool) Value() bool + type Byte struct + func EmptyByte() Byte + func NewByte(value byte) Byte + func (b Byte) Default(defaultValue byte) byte + func (b Byte) IsSet() bool + func (b Byte) Value() byte + type Complex128 struct + func EmptyComplex128() Complex128 + func NewComplex128(value complex128) Complex128 + func (i Complex128) Default(defaultValue complex128) complex128 + func (i Complex128) IsSet() bool + func (i Complex128) Value() complex128 + type Complex64 struct + func EmptyComplex64() Complex64 + func NewComplex64(value complex64) Complex64 + func (i Complex64) Default(defaultValue complex64) complex64 + func (i Complex64) IsSet() bool + func (i Complex64) Value() complex64 + type Float32 struct + func EmptyFloat32() Float32 + func NewFloat32(value float32) Float32 + func (i Float32) Default(defaultValue float32) float32 + func (i Float32) IsSet() bool + func (i Float32) Value() float32 + type Float64 struct + func EmptyFloat64() Float64 + func NewFloat64(value float64) Float64 + func (i Float64) Default(defaultValue float64) float64 + func (i Float64) IsSet() bool + func (i Float64) Value() float64 + type Int struct + func EmptyInt() Int + func NewInt(value int) Int + func (i Int) Default(defaultValue int) int + func (i Int) IsSet() bool + func (i Int) Value() int + type Int16 struct + func EmptyInt16() Int16 + func NewInt16(value int16) Int16 + func (i Int16) Default(defaultValue int16) int16 + func (i Int16) IsSet() bool + func (i Int16) Value() int16 + type Int32 struct + func EmptyInt32() Int32 + func NewInt32(value int32) Int32 + func (i Int32) Default(defaultValue int32) int32 + func (i Int32) IsSet() bool + func (i Int32) Value() int32 + type Int64 struct + func EmptyInt64() Int64 + func NewInt64(value int64) Int64 + func (i Int64) Default(defaultValue int64) int64 + func (i Int64) IsSet() bool + func (i Int64) Value() int64 + type Int8 struct + func EmptyInt8() Int8 + func NewInt8(value int8) Int8 + func (i Int8) Default(defaultValue int8) int8 + func (i Int8) IsSet() bool + func (i Int8) Value() int8 + type Interface struct + func EmptyInterface() Interface + func NewInterface(value interface{}) Interface + func (b Interface) Default(defaultValue interface{}) interface{} + func (b Interface) IsSet() bool + func (b Interface) Value() interface{} + type Rune struct + func EmptyRune() Rune + func NewRune(value rune) Rune + func (b Rune) Default(defaultValue rune) rune + func (b Rune) IsSet() bool + func (b Rune) Value() rune + type String struct + func EmptyString() String + func NewString(value string) String + func (b String) Default(defaultValue string) string + func (b String) IsSet() bool + func (b String) Value() string + type Time struct + func EmptyTime() Time + func NewTime(value time.Time) Time + func (b Time) Default(defaultValue time.Time) time.Time + func (b Time) IsSet() bool + func (b Time) Value() time.Time + type Uint struct + func EmptyUint() Uint + func NewUint(value uint) Uint + func (i Uint) Default(defaultValue uint) uint + func (i Uint) IsSet() bool + func (i Uint) Value() uint + type Uint16 struct + func EmptyUint16() Uint16 + func NewUint16(value uint16) Uint16 + func (i Uint16) Default(defaultValue uint16) uint16 + func (i Uint16) IsSet() bool + func (i Uint16) Value() uint16 + type Uint32 struct + func EmptyUint32() Uint32 + func NewUint32(value uint32) Uint32 + func (i Uint32) Default(defaultValue uint32) uint32 + func (i Uint32) IsSet() bool + func (i Uint32) Value() uint32 + type Uint64 struct + func EmptyUint64() Uint64 + func NewUint64(value uint64) Uint64 + func (i Uint64) Default(defaultValue uint64) uint64 + func (i Uint64) IsSet() bool + func (i Uint64) Value() uint64 + type Uint8 struct + func EmptyUint8() Uint8 + func NewUint8(value uint8) Uint8 + func (i Uint8) Default(defaultValue uint8) uint8 + func (i Uint8) IsSet() bool + func (i Uint8) Value() uint8 + type Uintptr struct + func EmptyUintptr() Uintptr + func NewUintptr(value uintptr) Uintptr + func (i Uintptr) Default(defaultValue uintptr) uintptr + func (i Uintptr) IsSet() bool + func (i Uintptr) Value() uintptr