mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-14 21:06:34 +08:00
proto文件增加注释
This commit is contained in:
@@ -32,9 +32,9 @@ service HTTPCacheTaskService {
|
||||
|
||||
// 创建任务
|
||||
message CreateHTTPCacheTaskRequest {
|
||||
string type = 1;
|
||||
string keyType = 2;
|
||||
repeated string keys = 3;
|
||||
string type = 1; // 类型:清理:purge,预热:fetch
|
||||
string keyType = 2; // Key类型:单个URL:key,目录:prefix;预热的时候只能为 key
|
||||
repeated string keys = 3; // 要清理的Key
|
||||
}
|
||||
|
||||
message CreateHTTPCacheTaskResponse {
|
||||
|
||||
Reference in New Issue
Block a user