Versions in this module Expand all Collapse all v0 v0.3.18 Sep 20, 2024 Changes in this version + func NumberSuffix(name string, cnt int) string + func UnderscoreSuffix(name string, cnt int) string + type Namespace interface + Add func(name, id string) (result string) + Get func(id string) (name string) + ID func(name string) (id string) + Iterate func(v func(name, id string) (shouldContinue bool)) + MustReserve func(name, id string) + Reserve func(name, id string) (ok bool) + func NewNamespace(rename func(string, int) string) Namespace