mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Create WelsonAppLoader.proto
This commit is contained in:
parent
1eaae35649
commit
40774e5989
14
app/assets/protos/WelsonAppLoader.proto
Normal file
14
app/assets/protos/WelsonAppLoader.proto
Normal file
|
@ -0,0 +1,14 @@
|
|||
syntax = "proto3";
|
||||
|
||||
service WelsonAppLoader {
|
||||
rpc Run (AppRequest) returns (AppResponse) {}
|
||||
}
|
||||
|
||||
message AppRequest {
|
||||
string appName = 1;
|
||||
}
|
||||
|
||||
// The response message containing the greetings
|
||||
message AppResponse {
|
||||
string responseText = 1;
|
||||
}
|
Loading…
Reference in New Issue
Block a user