bdledger-apis/gen-go.sh
huyingcong de035bd3bc add hash query
Summary:
add TransactionCount/GetTransactions
增加关于 transaction/block 相关的查询接口

Test Plan: none

Reviewers: nex, wuyi

Reviewed By: nex

Differential Revision: https://phabricator.internetapi.cn/D25
2019-11-25 21:28:03 +08:00

7 lines
321 B
Bash

#!/usr/bin/env bash
mkdir -p gen/go
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/common.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/error_details.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/tx_ledger.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/query_service.proto