Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Sep 17, 2024
1 parent d8b062c commit 7431153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/protodump/fixtures/test.proto2
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ message SearchRequest {
optional int32 result_per_page = 3 [default = 10];
optional .hello.world.Corpus corpus = 4 [default = CORPUS_UNIVERSAL];
optional bool field = 5 [default = true];
oneof _required_version {
string required_version = 6;
}
}

enum Corpus {
Expand Down
1 change: 1 addition & 0 deletions pkg/protodump/fixtures/test.proto3
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ message HelloRequest {
.hello.world.HelloRequest.Test blah = 2;
.hello.world.HelloRequest.NestedEnum blahblah = 3;
.hello.world.HelloReply blaha = 4;
optional string version = 5;
}

message HelloReply {
Expand Down

0 comments on commit 7431153

Please sign in to comment.