Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Registry struct + Standards []Standard + func NewRegistry() *Registry + func (r *Registry) Describe() string + func (r *Registry) FindByOrg(org StandardOrg) []Standard + func (r *Registry) FindByProtocol(protocol string) []Standard + type Standard struct + ID string + Org StandardOrg + Protocol string + Title string + URL string + Version string + type StandardOrg string + const Org3GPP + const OrgIEEE + const OrgIETF + const OrgITU