package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# Functions

NewFullRange creates a new range that uses the full UUID value space and splits it into the provided number of partitions.
NewRange creates a new range [start, end) and splits it into the provided number of partitions.

# Structs

Range represents a contiguous UUID region which is split into a number of partitions.