Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(grpc): add stream index and train in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Larryjianfeng committed Jul 22, 2019
1 parent 0be85f3 commit b89d8fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnes/proto/gnes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,9 @@ service GnesRPC {
}
rpc _Call (Request) returns (Response) {
}
rpc TrainStream (stream Request) returns (Response) {
}
rpc IndexStream (stream Request) returns (Response) {
}
}

0 comments on commit b89d8fa

Please sign in to comment.