We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa85aea commit d2f6636Copy full SHA for d2f6636
httploader/httploader.go
@@ -23,7 +23,9 @@ import (
23
"github.com/ory/jsonschema/v3"
24
)
25
26
-const ContextKey = "github.com/ory/jsonschema/v3/httploader.HTTPClient"
+type key string
27
+
28
+const ContextKey key = "github.com/ory/jsonschema/v3/httploader.HTTPClient"
29
30
// Load implements jsonschemav2.Loader
31
func Load(ctx context.Context, url string) (io.ReadCloser, error) {
0 commit comments