mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-20 01:30:25 +08:00
增加刷新、预热缓存任务管理
This commit is contained in:
15
pkg/rpc/protos/models/model_http_cache_task_key.proto
Normal file
15
pkg/rpc/protos/models/model_http_cache_task_key.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPCacheTaskKey {
|
||||
int64 id = 1;
|
||||
int64 taskId = 2;
|
||||
string key = 3;
|
||||
string type = 4;
|
||||
string keyType = 5;
|
||||
bool isDone = 6;
|
||||
bytes errorsJSON = 7;
|
||||
int64 nodeClusterId = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user