Skip to content

Commit

Permalink
Add breaking example to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Dec 30, 2024
1 parent 4262993 commit a0cb0e3
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 78 deletions.
196 changes: 118 additions & 78 deletions test/test.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions test/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ message Test {
// functions "GenSchemaStringCustom", "CopyFromStringCustom",
// "CopyToStringCustom" instead of attempting to generate them.
string StringOverride = 40;

oneof lower_snake_oneof {
string foo = 41;
string bar = 42;
}
}

message MaxAgeDuration {
Expand Down
Loading

0 comments on commit a0cb0e3

Please sign in to comment.