mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
More cleaning and added docs.
We’re ready for review Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -173,7 +173,6 @@ func CreateClosedAPIIndexConfig() *SpecIndexConfig {
|
||||
// everything is pre-walked if you need it.
|
||||
type SpecIndex struct {
|
||||
specAbsolutePath string
|
||||
AbsoluteFile string
|
||||
rolodex *Rolodex // the rolodex is used to fetch remote and file based documents.
|
||||
allRefs map[string]*Reference // all (deduplicated) refs
|
||||
rawSequencedRefs []*Reference // all raw references in sequence as they are scanned, not deduped.
|
||||
|
||||
Reference in New Issue
Block a user