mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-09 00:20:25 +08:00
初步实现安装界面
This commit is contained in:
@@ -26,6 +26,9 @@ service APINodeService {
|
||||
|
||||
// 根据ID查找节点
|
||||
rpc findEnabledAPINode (FindEnabledAPINodeRequest) returns (FindEnabledAPINodeResponse);
|
||||
|
||||
// 获取当前API节点的版本
|
||||
rpc findCurrentAPINodeVersion (FindCurrentAPINodeVersionRequest) returns (FindCurrentAPINodeVersionResponse);
|
||||
}
|
||||
|
||||
// 创建API节点
|
||||
@@ -93,4 +96,13 @@ message FindEnabledAPINodeRequest {
|
||||
|
||||
message FindEnabledAPINodeResponse {
|
||||
APINode node = 1;
|
||||
}
|
||||
|
||||
// 获取当前API节点的版本
|
||||
message FindCurrentAPINodeVersionRequest {
|
||||
|
||||
}
|
||||
|
||||
message FindCurrentAPINodeVersionResponse {
|
||||
string version = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user