mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-01 19:00:35 +08:00
缓存策略列表支持搜索
This commit is contained in:
@@ -80,12 +80,14 @@ message DeleteHTTPCachePolicyRequest {
|
||||
|
||||
// 计算缓存策略数量
|
||||
message CountAllEnabledHTTPCachePoliciesRequest {
|
||||
string keyword = 1;
|
||||
}
|
||||
|
||||
// 列出单页的缓存策略
|
||||
message ListEnabledHTTPCachePoliciesRequest {
|
||||
int64 offset = 1;
|
||||
int64 size = 2;
|
||||
string keyword = 3;
|
||||
}
|
||||
|
||||
message ListEnabledHTTPCachePoliciesResponse {
|
||||
|
||||
Reference in New Issue
Block a user