plugin_framework, split call function to server side and client side

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-26 13:29:55 +08:00
parent 2169ef5016
commit 82bfa9ca29
5 changed files with 82 additions and 34 deletions

View File

@@ -605,7 +605,7 @@ message PluginRequest {
bytes content = 2;
}
message PluginResponse {
message PluginFailure {
string id = 1;
string name = 2;
string msg = 3;
@@ -633,7 +633,7 @@ message Misc {
SwitchBack switch_back = 22;
Resolution change_resolution = 24;
PluginRequest plugin_request = 25;
PluginResponse plugin_response = 26;
PluginFailure plugin_failure = 26;
}
}