Documentation ¶
Index ¶
Constants ¶
View Source
const ( IDLength = 8 IDStrLength = 16 )
View Source
const ( RowIdLength = 4 RowIdStrLength = 8 )
Variables ¶
This section is empty.
Functions ¶
func IDListToByteList ¶
Types ¶
type EncryptedData ¶
type ID ¶
func (ID) MarshalJSON ¶
func (*ID) UnmarshalJSON ¶
type ListOption ¶
type ListOption interface {
// contains filtered or unexported methods
}
func ListWithFilter ¶
func ListWithFilter(filteredFields ...string) ListOption
func ListWithPagination ¶
func ListWithPagination(pageIndex, pageSize int) ListOption
type ListOptions ¶
func ApplyListOption ¶
func ApplyListOption(options []ListOption) *ListOptions
type RowId ¶
type RowId [RowIdLength]byte
func BytesToRowId ¶
func HexToRowId ¶
func UintToRowId ¶
func (RowId) MarshalJSON ¶
func (*RowId) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.