Tuned some glitches with v3 doc creation.

all covered now

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-10-31 15:31:19 -04:00
parent b37b9a2fb9
commit 8f3f568e5f
7 changed files with 334 additions and 278 deletions

View File

@@ -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)