//
pkg.gl
Category
github.com/romana/core
common
client
idring
package
2.0.2+incompatible
Repository:
https://github.com/romana/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
313 SLOC
#
Functions
Merge
Merge a slice of ranges combining adjacent ranges together and skipping included ranges.
NewIDRing
NewIDRing constructs a new IDRing instance with a single range for provided min and max.
#
Variables
IDRingOverflowError
No description provided by the author
#
Structs
IDRing
IDRing is responsible for allocating first available ID.
Range
Range represents a range of uint64s that can be used as sequential IDs.