IP名单增加模糊搜索

This commit is contained in:
刘祥超
2022-10-25 12:27:23 +08:00
parent 43ad1ff67e
commit 9a38d40937
4 changed files with 3761 additions and 3740 deletions

View File

@@ -35,9 +35,9 @@ type CreateHTTPCacheTaskRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
KeyType string `protobuf:"bytes,2,opt,name=keyType,proto3" json:"keyType,omitempty"`
Keys []string `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys,omitempty"`
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // 类型清理purge预热fetch
KeyType string `protobuf:"bytes,2,opt,name=keyType,proto3" json:"keyType,omitempty"` // Key类型单个URLkey目录prefix预热的时候只能为 key
Keys []string `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys,omitempty"` // 要清理的Key
}
func (x *CreateHTTPCacheTaskRequest) Reset() {