Documentation ¶
Index ¶
Constants ¶
View Source
const ( NullableBoolNull NullableBool = -1 NullableBoolTrue = 1 NullableBoolFalse = 0 )
Variables ¶
This section is empty.
Functions ¶
func BoolPointer ¶
Types ¶
type NullableBool ¶
type NullableBool int8
func (NullableBool) IsNull ¶
func (b NullableBool) IsNull() bool
func (*NullableBool) Set ¶
func (b *NullableBool) Set(value bool)
func (*NullableBool) SetNull ¶
func (b *NullableBool) SetNull()
func (NullableBool) Val ¶
func (b NullableBool) Val() bool
type PageParams ¶
type RangeInt64 ¶
type SortParams ¶
type SortParams struct { FieldName string // sortField Direction mrenum.SortDirection // sortDirection }
Click to show internal directories.
Click to hide internal directories.