mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-11 18:30:24 +08:00
实现基础的统计指标
This commit is contained in:
@@ -12,3 +12,8 @@ message RPCSuccess {
|
||||
message RPCCountResponse {
|
||||
int64 count = 1;
|
||||
}
|
||||
|
||||
// 是否存在
|
||||
message RPCExists {
|
||||
bool exists = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user