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