initial commit supporting converting corefx to using grpc from previous rest client
This commit is contained in:
parent
f283c747cc
commit
a593289f1b
147 changed files with 10372 additions and 0 deletions
|
@ -2,6 +2,9 @@ syntax = "proto3";
|
|||
|
||||
package core;
|
||||
|
||||
option java_package = "com.core.client.grpc";
|
||||
option java_outer_classname = "CoreProto";
|
||||
|
||||
service CoreApi {
|
||||
// session rpc
|
||||
rpc CreateSession (CreateSessionRequest) returns (CreateSessionResponse) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue