Versions in this module Expand all Collapse all v0 v0.1.0 Aug 11, 2026 Changes in this version + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Get(name string) (Type, bool) + func (r *Registry) Register(t Type) error + type Type struct + Check func(s string) error + Name string + Pattern string