Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RefsCollector ¶
type RefsCollector struct {
// contains filtered or unexported fields
}
func NewRefsCollector ¶
func NewRefsCollector() *RefsCollector
func (*RefsCollector) AddRef ¶
func (rc *RefsCollector) AddRef(ref string)
func (*RefsCollector) CollectComponent ¶
func (rc *RefsCollector) CollectComponent( comps *openapi3.Components, typ components.ComponentType, name string, )
func (*RefsCollector) CollectOperation ¶
func (rc *RefsCollector) CollectOperation(op *openapi3.Operation)
func (*RefsCollector) Refs ¶
func (rc *RefsCollector) Refs() map[string]struct{}
Click to show internal directories.
Click to hide internal directories.