Documentation ¶
Overview ¶
Used internally by GoDynamo for nullable primitives
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableString ¶
type NullableString string
NullableString is a string that when empty is marshaled as null use this when there is an *optional* string parameter.
func (NullableString) MarshalJSON ¶
func (n NullableString) MarshalJSON() ([]byte, error)
type NullableUInt64 ¶
type NullableUInt64 uint64
NullableUInt64 is a uint64 that when empty (0) is marshaled as null use this when there is an *optional* uint64 parameter
func (NullableUInt64) MarshalJSON ¶
func (n NullableUInt64) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.