Versions in this module Expand all Collapse all v0 v0.5.0 Jun 8, 2025 Changes in this version + func ParseRef(ref string) (def, name string, ok bool) + type RefsCollector struct + func NewRefsCollector() *RefsCollector + func (rc *RefsCollector) AddRef(ref string) + func (rc *RefsCollector) CollectComponent(comps *openapi3.Components, typ components.ComponentType, name string) + func (rc *RefsCollector) CollectOperation(op *openapi3.Operation) + func (rc *RefsCollector) Refs() map[string]struct{}