实现基础的统计指标

This commit is contained in:
GoEdgeLab
2021-06-30 20:50:17 +08:00
parent 792ee549b8
commit 3bf67b8334
14 changed files with 1481 additions and 110 deletions

View File

@@ -12,3 +12,8 @@ message RPCSuccess {
message RPCCountResponse {
int64 count = 1;
}
// 是否存在
message RPCExists {
bool exists = 1;
}