1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 09:35:03 +09:00

anyid proto

This commit is contained in:
Sergey Cherepanov 2023-07-31 16:50:31 +02:00
parent 9b7d7e11a7
commit 9b481df4ce
No known key found for this signature in database
GPG key ID: 87F8EDE8FBDF637C
4 changed files with 1659 additions and 0 deletions

View file

@ -21,6 +21,8 @@ proto:
protoc --gogofaster_out=:. net/secureservice/handshake/handshakeproto/protos/*.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:. anyid/anyidproto/protos/*.proto
deps:
go mod download