Skip to content

Commit

Permalink
Add nameservice folder: protos + client
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyAkentiev committed Nov 18, 2023
1 parent 3992935 commit df7ce90
Show file tree
Hide file tree
Showing 7 changed files with 4,922 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ proto:
protoc --gogofaster_out=$(PKGMAP):. --go-drpc_out=protolib=github.com/gogo/protobuf:. coordinator/coordinatorproto/protos/*.proto
protoc --gogofaster_out=:. --go-drpc_out=protolib=github.com/gogo/protobuf:. consensus/consensusproto/protos/*.proto
protoc --gogofaster_out=:. --go-drpc_out=protolib=github.com/gogo/protobuf:. identityrepo/identityrepoproto/protos/*.proto
protoc --gogofaster_out=:. --go-drpc_out=protolib=github.com/gogo/protobuf:. nameservice/nameserviceproto/protos/*.proto


deps:
Expand Down
Loading

0 comments on commit df7ce90

Please sign in to comment.