Update proto files and scripts
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user