Versions in this module Expand all Collapse all v0 v0.42.0 May 14, 2022 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