You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case requiring me to overload the current RefString\RefPath functions,
In my use case the ref may contain non-ascii chars and my overload hashes Ref field.
up to v0.125.0 my use-case was possible since InternalizeRefs signature was:
uses the componentRef which isn't exported, as a result my use-case isn't really possible (apart of doing major reimplementation),
Is there am option to export this interface thus allowing me to achieve previously possible behavior?
The text was updated successfully, but these errors were encountered:
Hello Team,
I have a use-case requiring me to overload the current
RefString\RefPath
functions,In my use case the ref may contain non-ascii chars and my overload hashes
Ref
field.up to
v0.125.0
my use-case was possible sinceInternalizeRefs
signature was:kin-openapi/openapi3/internalize_refs.go
Line 394 in 43846d5
which allowed overloading
refNameResolver
function,Current implementation:
kin-openapi/openapi3/internalize_refs.go
Line 493 in 1a2712f
uses the
componentRef
which isn't exported, as a result my use-case isn't really possible (apart of doing major reimplementation),Is there am option to export this interface thus allowing me to achieve previously possible behavior?
The text was updated successfully, but these errors were encountered: