package
1.1.0
Repository: https://github.com/mikeherman19/test1.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ApproxLen would indicate the total number of UIDs in the pack.
Decode decodes the UidPack back into the list of uids.
Encode takes in a list of uids and a block size.
ExactLen would calculate the total number of UIDs.

# Constants

SeekCurrent to Seek() a Uid using it as offset, not as part of the results.
SeekStart is used with Seek() to search relative to the Uid, returning it in the results.

# Structs

Decoder is used to read a pb.UidPack object back into a list of UIDs.
Encoder is used to convert a list of UIDs into a pb.UidPack object.