mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 19:20:24 +08:00
增加多个API/规范命名
This commit is contained in:
@@ -32,6 +32,9 @@ service APINodeService {
|
||||
|
||||
// 获取当前API节点的版本
|
||||
rpc findCurrentAPINodeVersion (FindCurrentAPINodeVersionRequest) returns (FindCurrentAPINodeVersionResponse);
|
||||
|
||||
// 计算使用某个SSL证书的API节点数量
|
||||
rpc countAllEnabledAPINodesWithSSLCertId (CountAllEnabledAPINodesWithSSLCertIdRequest) returns (RPCCountResponse);
|
||||
}
|
||||
|
||||
// 创建API节点
|
||||
@@ -115,4 +118,9 @@ message FindCurrentAPINodeVersionRequest {
|
||||
|
||||
message FindCurrentAPINodeVersionResponse {
|
||||
string version = 1;
|
||||
}
|
||||
|
||||
// 计算使用某个SSL证书的API节点数量
|
||||
message CountAllEnabledAPINodesWithSSLCertIdRequest {
|
||||
int64 sslCertId = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user