Versions in this module Expand all Collapse all v0 v0.24.0 Mar 28, 2022 Changes in this version + func AllOpRefsByRef(specDoc Provider, operationIDs []string) map[string]OpRef + func GatherOperations(specDoc Provider, operationIDs []string) map[string]OpRef + func OpRefsByRef(oprefs map[string]OpRef) map[string]OpRef + type OpRef struct + ID string + Key string + Method string + Op *spec.Operation + Path string + Ref spec.Ref + type OpRefs []OpRef + func (o OpRefs) Len() int + func (o OpRefs) Less(i, j int) bool + func (o OpRefs) Swap(i, j int) + type Provider interface + Operations func() map[string]map[string]*spec.Operation