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:
parent
9b7d7e11a7
commit
9b481df4ce
4 changed files with 1659 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue