Skip to content

Commit

Permalink
gogo protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
gohumble committed May 5, 2024
1 parent 1480662 commit 26125cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ lint:
- DEFAULT
deps:
- buf.build/googleapis/googleapis
- buf.build/srikrsna/protoc-gen-gotag
- buf.build/srikrsna/protoc-gen-gotag
- buf.build/gogo/protobuf
4 changes: 2 additions & 2 deletions mint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ message PostMintQuoteBolt11Request {
message PostMintQuoteBolt11Response {
string quote = 1 [json_name = "quote"];
string request = 2 [json_name = "request"];
bool paid = 3 [json_name = "paid"];
int64 expiry = 4 [json_name = "expiry"];
bool paid = 3 [json_name = "paid",(gogoproto.jsontag) = "paid"];
int64 expiry = 4 [json_name = "expiry",(gogoproto.jsontag) = "expiry"];
}


Expand Down

0 comments on commit 26125cc

Please sign in to comment.