MarketPlace: new srv market added

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-02-08 18:10:47 +03:30
parent 87ee504638
commit cb9b5ac9f2
5 changed files with 141 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package alert.v1;
import "base/v1/msg.proto";
message AlertFilter {
base.v1.Filter base_filter = 1;
base.v1.BaseQueryParam base_filter = 1;
Importance importance = 2;
LogSource source = 3;
}