Skip to content

Commit

Permalink
Merge pull request #11 from arvgord/feature/test_protolock_1
Browse files Browse the repository at this point in the history
feat: add postal_code
  • Loading branch information
arvgord committed Nov 2, 2023
2 parents 814b9aa + 983714c commit 07766ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bankdemo/v1/messages/address.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ message Address {
google.protobuf.StringValue house = 3;
// Client flat
google.protobuf.StringValue flat = 4;
// Client postal code
google.protobuf.StringValue postal_code = 5;
}
5 changes: 5 additions & 0 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
"id": 4,
"name": "flat",
"type": "google.protobuf.StringValue"
},
{
"id": 5,
"name": "postal_code",
"type": "google.protobuf.StringValue"
}
]
}
Expand Down

0 comments on commit 07766ad

Please sign in to comment.