mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-02 11:40:25 +08:00
审核中服务增加提交审核时间
This commit is contained in:
@@ -25,6 +25,7 @@ message Server {
|
||||
bytes config = 17;
|
||||
bytes serverNamesJSON = 8;
|
||||
bool isAuditing = 20;
|
||||
int64 auditingAt = 25;
|
||||
bytes auditingServerNamesJSON = 21;
|
||||
ServerNameAuditingResult auditingResult = 22;
|
||||
|
||||
|
||||
@@ -239,6 +239,7 @@ message FindServerNamesRequest {
|
||||
message FindServerNamesResponse {
|
||||
bytes serverNamesJSON = 1;
|
||||
bool isAuditing = 2;
|
||||
int64 auditingAt = 5;
|
||||
bytes auditingServerNamesJSON = 3;
|
||||
ServerNameAuditingResult auditingResult = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user