Skip to content

Commit

Permalink
Merge "[FAB-1468] Fix make protos and regen proto files"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Jan 10, 2017
2 parents 3d0865c + ab7e34f commit 4896a04
Show file tree
Hide file tree
Showing 12 changed files with 284 additions and 526 deletions.
45 changes: 24 additions & 21 deletions core/comm/testdata/grpc/test.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion core/comm/testdata/grpc/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ limitations under the License.

syntax = "proto3";

option go_package = "github.com/hyperledger/fabric/core/comm/testdata/grpc";

message Empty {}

service TestService {

rpc EmptyCall(Empty) returns (Empty);

}
}
97 changes: 27 additions & 70 deletions protos/common/chain-config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4896a04

Please sign in to comment.