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
Then I will end with 2 inner messages Param1 in the protofile, instead of reusing the existing one... Is this intentional?
I assume it can be changed easily by adding external references to the 'definitions' section of the scheme, instead of inlining them (in external.go file).
WDYT?
The text was updated successfully, but these errors were encountered:
According to the fix was made in #27,
Now external references are being inlined.
This means that if I have such a spec:
Then I will end with 2 inner messages
Param1
in the protofile, instead of reusing the existing one... Is this intentional?I assume it can be changed easily by adding external references to the 'definitions' section of the scheme, instead of inlining them (in external.go file).
WDYT?
The text was updated successfully, but these errors were encountered: