Documentation
¶
Index ¶
Constants ¶
View Source
const ErrIndexTooLarge = errorType("Index size cannot be more than 32-bits")
ErrIndexTooLarge indicates the maximum supported bucket size is 32-bits
View Source
const ErrKeyExists = errorType("key exists")
View Source
const ErrKeyTooShort = errorType("Key must be at least 4 bytes long")
View Source
const ErrOutOfBounds = errorType("Buckets out of bound error")
ErrOutOfBounds indicates the bucket index was greater than the number of bucks
View Source
const OffBytesLen = 8
View Source
const SizeBytesLen = 4
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrIndexWrongBitSize ¶
type ErrIndexWrongBitSize [2]byte
func (ErrIndexWrongBitSize) Error ¶
func (e ErrIndexWrongBitSize) Error() string
type ErrIndexWrongFileSize ¶
type ErrIndexWrongFileSize [2]uint32
func (ErrIndexWrongFileSize) Error ¶
func (e ErrIndexWrongFileSize) Error() string
type ErrPrimaryWrongFileSize ¶
type ErrPrimaryWrongFileSize [2]uint32
func (ErrPrimaryWrongFileSize) Error ¶
func (e ErrPrimaryWrongFileSize) Error() string
Click to show internal directories.
Click to hide internal directories.