-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support to MatchV2 structs generated by proto-gen-go
allows for reuse of structs generated by the client code for reuse with protobuf or json. the protobuf portion of the struct def was not compatible with the MatchV2 due to some field types not supported, and in some cases the json information is only an attribute of protobuf tag. this enhancement opts for 1. json tag. 2. protobuf tag. 3. skips field
- Loading branch information
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters