package
1.16.3
Repository: https://github.com/sparrc/aerospike-client-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
BytesToHexString converts a byte slice into a hex string.
BytesToInt16 converts a slice of bytes to an int16.
BytesToInt32 converts a slice into int32; only maximum of 4 bytes will be used.
BytesToInt64 converts a slice into int64; only maximum of 8 bytes will be used.
BytesToNumber converts a slice of bytes into an integer with appropriate type.
No description provided by the author
BytesToUint32 converts a slice into uint32; only maximum of 4 bytes will be used.
No description provided by the author
No description provided by the author
No description provided by the author
Int16ToBytes converts an int16 to slice of bytes.
Int32ToBytes converts an int32 to a byte slice of size 4.
Int64ToBytes converts an int64 into slice of Bytes.
LittleBytesToInt32 converts a slice into int32; only maximum of 4 bytes will be used.
Uint32ToBytes converts an uint32 to a byte slice of size 4.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author