服务访问日志增加今天和历史的访问日志查看

This commit is contained in:
GoEdgeLab
2020-10-31 17:45:04 +08:00
parent bc4bd36f8f
commit e79259b2b4
4 changed files with 36 additions and 24 deletions

View File

@@ -30,6 +30,7 @@ message ListHTTPAccessLogsRequest {
int64 size = 3;
string day = 4;
bool reverse = 5; // 是否反向查找
bool hasError = 6;
}
message ListHTTPAccessLogsResponse {