File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# GRPC
22
3- gRPC Proto Buffers for Chatie
4-
53![ chatie grpc] ( https://chatie.io/grpc/images/grpc.png )
64
5+ gRPC for Chatie
6+
77## INSTALL
88
99``` shell
@@ -51,7 +51,7 @@ protoc \
5151
5252> < https://www.npmjs.com/package/grpc-tools >
5353
54- ### 3. TS for Protocol Buffer & gRPC Stubs
54+ ### 3. TypeScript Typing Definations for Protocol Buffer & gRPC Stubs
5555
5656``` shell
5757protoc \
Original file line number Diff line number Diff line change 5757 "ts-node" : " ^6.0.2" ,
5858 "ts-protoc-gen" : " ^0.6.0" ,
5959 "tslint" : " ^5.10.0" ,
60+ "tslint-config-standard" : " ^7.1.0" ,
6061 "tslint-eslint-rules" : " ^5.1.0" ,
6162 "typescript" : " ^2.8.3"
6263 },
Original file line number Diff line number Diff line change 11syntax = "proto3" ;
22
3- package wechaty ;
3+ package Wechaty ;
44
55service Puppet {
66 rpc selfId (Empty ) returns (Id ) {}
@@ -24,5 +24,5 @@ message ContactPayload {
2424}
2525
2626message ContactList {
27- repeated Id id_list = 1 ;
27+ repeated Id id = 1 ;
2828}
You can’t perform that action at this time.
0 commit comments