Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
func BoolFromPtr ¶ added in v2.15.1
BoolFromPtr creates a new Bool that be null if s is nil.
type Float32 ¶
func Float32From ¶ added in v2.15.1
Float32From creates a new Float32 that will never be blank.
func Float32FromPtr ¶ added in v2.15.1
Float32FromPtr creates a new Float32 that be null if s is nil.
func NewFloat32 ¶ added in v2.15.1
NewFloat32 creates a new Float32
func NullFloat32 ¶ added in v2.15.1
NullFloat32 creates a new Float32 with set null content
type Float64 ¶
func Float64From ¶ added in v2.15.1
Float64From creates a new Float64 that will never be blank.
func Float64FromPtr ¶ added in v2.15.1
Float64FromPtr creates a new Float64 that be null if s is nil.
func NewFloat64 ¶ added in v2.15.1
NewFloat64 creates a new Float64
func NullFloat64 ¶ added in v2.15.1
NullFloat64 creates a new Float64 with set null content
type Int ¶
func IntFromPtr ¶ added in v2.15.1
IntFromPtr creates a new Int that be null if s is nil.
type Int16 ¶
func Int16FromPtr ¶ added in v2.15.1
Int16FromPtr creates a new Int16 that be null if s is nil.
type Int32 ¶
func Int32FromPtr ¶ added in v2.15.1
Int32FromPtr creates a new Int32 that be null if s is nil.
type Int64 ¶
func Int64FromPtr ¶ added in v2.15.1
Int64FromPtr creates a new Int64 that be null if s is nil.
type Int8 ¶
func Int8FromPtr ¶ added in v2.15.1
Int8FromPtr creates a new Int8 that be null if s is nil.
type String ¶
func NullString ¶ added in v2.15.1
NullString creates a new String with set null content
func StringFrom ¶ added in v2.15.1
StringFrom creates a new String that wil, falsel never be blank.
func StringFromPtr ¶ added in v2.15.1
StringFromPtr creates a new String that be null if s is nil.
type Time ¶
func TimeFromPtr ¶ added in v2.15.1
TimeFromPtr creates a new Time that be null if s is nil.
type Uint ¶
func UintFromPtr ¶ added in v2.15.1
UintFromPtr creates a new Uint that be null if s is nil.
type Uint16 ¶
func NullUint16 ¶ added in v2.15.1
NullUint16 creates a new Uint16 with set null content
func Uint16From ¶ added in v2.15.1
Uint16From creates a new Uint16 that will never be blank.
func Uint16FromPtr ¶ added in v2.15.1
Uint16FromPtr creates a new Uint16 that be null if s is nil.
type Uint32 ¶
func NullUint32 ¶ added in v2.15.1
NullUint32 creates a new Uint32 with set null content
func Uint32From ¶ added in v2.15.1
Uint32From creates a new Uint32 that will never be blank.
func Uint32FromPtr ¶ added in v2.15.1
Uint32FromPtr creates a new Uint32 that be null if s is nil.
type Uint64 ¶
func NullUint64 ¶ added in v2.15.1
NullUint64 creates a new Uint64 with set null content
func Uint64From ¶ added in v2.15.1
Uint64From creates a new Uint64 that will never be blank.
func Uint64FromPtr ¶ added in v2.15.1
Uint64FromPtr creates a new Uint64 that be null if s is nil.
type Uint8 ¶
func Uint8FromPtr ¶ added in v2.15.1
Uint8FromPtr creates a new Uint8 that be null if s is nil.