mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 04:20:17 +00:00
Adding more docs to high level models.
Cleaning things that are not used.
This commit is contained in:
@@ -116,6 +116,7 @@ func NewDocument(document *low.Document) *Document {
|
||||
return d
|
||||
}
|
||||
|
||||
// GoLow returns the low-level Document that was used to create the high level one.
|
||||
func (d *Document) GoLow() *low.Document {
|
||||
return d.low
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user