Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableBool ¶
type NullableBool int
const ( False NullableBool = iota True NotSet )
func MakeNullableBool ¶
func MakeNullableBool(val bool) (e NullableBool)
func (*NullableBool) FromBoolPointer ¶
func (e *NullableBool) FromBoolPointer(val *bool)
func (NullableBool) ToBool ¶
func (e NullableBool) ToBool() bool
Click to show internal directories.
Click to hide internal directories.