在节点重新实现缓存策略和WAF策略

This commit is contained in:
GoEdgeLab
2020-12-17 17:36:01 +08:00
parent ce26051d4e
commit 34feae2af2
12 changed files with 504 additions and 563 deletions

View File

@@ -15,5 +15,5 @@ message User {
string remark = 7;
bool isOn = 8;
int64 createdAt = 9;
NodeCluster cluster = 10;
NodeCluster nodeCluster = 10;
}