Documentation
¶
Index ¶
- func BoolPrimaryKey(b bool) []byte
- func BytesPrimaryKey(b []byte) []byte
- func Int16PrimaryKey(i int16) []byte
- func Int32PrimaryKey(i int32) []byte
- func Int64PrimaryKey(i int64) []byte
- func Int8PrimaryKey(i int8) []byte
- func StringPrimaryKey(s string) []byte
- func Uint16PrimaryKey(i uint16) []byte
- func Uint32PrimaryKey(i uint32) []byte
- func Uint64PrimaryKey(i uint64) []byte
- func Uint8PrimaryKey(i uint8) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolPrimaryKey ¶
func BytesPrimaryKey ¶
func Int16PrimaryKey ¶
Int16PrimaryKey returns a byte int16 representation such as -32,768 <= i <= 32,767
func Int32PrimaryKey ¶
Int32PrimaryKey returns a byte int32 representation such as -2,147,483,648 <= i <= 2,147,483,647
func Int64PrimaryKey ¶
Int64PrimaryKey returns a byte int64 representation such as -9,223,372,036,854,775,808 <= i <= 9,223,372,036,854,775,807
func Int8PrimaryKey ¶
Int8PrimaryKey returns a byte int8 representation such as -128 <= i <= 127
func StringPrimaryKey ¶
func Uint16PrimaryKey ¶
func Uint32PrimaryKey ¶
func Uint64PrimaryKey ¶
func Uint8PrimaryKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.