mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 20:47:45 +00:00
Tuned some glitches with v3 doc creation.
all covered now Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -3,6 +3,7 @@ package utils
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"regexp"
|
||||
"sort"
|
||||
@@ -749,3 +750,5 @@ func CheckForMergeNodes(node *yaml.Node) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
type RemoteURLHandler = func(url string) (*http.Response, error)
|
||||
|
||||
Reference in New Issue
Block a user