Versions in this module Expand all Collapse all v0 v0.52.5 Dec 8, 2023 v0.52.4 Dec 8, 2023 Changes in this version + const NameDelimiter + func GenName(name string, options ...NameOption) string + type Allocator struct + func NewAllocator(from int, to int, mod int, index int) *Allocator + func (pa *Allocator) Get() int + func (pa *Allocator) GetByName(portName string) int + func (pa *Allocator) Release(port int) + type NameOption func(*nameBuilder) *nameBuilder + func WithRangePorts(from, to int) NameOption