grpc: removed set session location, achieved with start session
This commit is contained in:
parent
e0fe86bcb2
commit
a217c2445c
6 changed files with 0 additions and 130 deletions
|
@ -27,8 +27,6 @@ service CoreApi {
|
|||
}
|
||||
rpc SetSessionMetadata (SetSessionMetadataRequest) returns (SetSessionMetadataResponse) {
|
||||
}
|
||||
rpc SetSessionLocation (SetSessionLocationRequest) returns (SetSessionLocationResponse) {
|
||||
}
|
||||
rpc SetSessionState (SetSessionStateRequest) returns (SetSessionStateResponse) {
|
||||
}
|
||||
rpc AddSessionServer (AddSessionServerRequest) returns (AddSessionServerResponse) {
|
||||
|
@ -245,15 +243,6 @@ message SetSessionMetadataResponse {
|
|||
bool result = 1;
|
||||
}
|
||||
|
||||
message SetSessionLocationRequest {
|
||||
int32 session_id = 1;
|
||||
SessionLocation location = 2;
|
||||
}
|
||||
|
||||
message SetSessionLocationResponse {
|
||||
bool result = 1;
|
||||
}
|
||||
|
||||
message SetSessionStateRequest {
|
||||
int32 session_id = 1;
|
||||
SessionState.Enum state = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue