add issue link

This commit is contained in:
Federico Bevione
2023-06-23 14:47:29 +02:00
committed by quobix
parent 572130c666
commit fa9fa5a0f6
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type DocumentConfiguration struct {
// RemoteURLHandler is a function that will be used to retrieve remote documents. If not set, the default
// remote document getter will be used.
// Resolves [#132]: https://github.com/pb33f/libopenapi/issues/132
RemoteURLHandler func(url string) (*http.Response, error)
// If resolving locally, the BasePath will be the root from which relative references will be resolved from.