Update proto files and scripts
This commit is contained in:
parent
42f14bef5f
commit
e005d60971
@ -1,4 +1,5 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package api;
|
||||
|
||||
import "common.proto";
|
||||
|
@ -1,4 +1,5 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package api;
|
||||
|
||||
enum MessageType {
|
||||
|
2
gen.bat
2
gen.bat
@ -1,2 +1,2 @@
|
||||
mkdir go
|
||||
protoc -I=. --go_out=go tx_ledger.proto ac_chain.proto
|
||||
protoc -I=. --go_out=plugins=grpc:go common.proto tx_ledger.proto ac_chain.proto
|
||||
|
2
gen.sh
2
gen.sh
@ -1,2 +1,2 @@
|
||||
mkdir go
|
||||
protoc -I=. --go_out=go tx_ledger.proto ac_chain.proto
|
||||
protoc -I=. --go_out=plugins=grpc:go common.proto tx_ledger.proto ac_chain.proto
|
||||
|
@ -1,4 +1,5 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package api;
|
||||
|
||||
import "common.proto";
|
||||
|
Loading…
Reference in New Issue
Block a user