package
Version:
v0.0.0-...-d8d42f1
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Allocator of IDs for a set of resources identified by name
NewIDAllocator returns an IDAllocator
type NamedAllocator interface {
AllocateID() (int, error)
ReserveID(int) error
ReleaseID()
}
NamedAllocator of IDs for a specific resource
Source Files
¶
Click to show internal directories.
Click to hide internal directories.