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

This commit is contained in:
刘祥超
2020-12-17 17:36:01 +08:00
parent 11c522a513
commit d906380700
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;
}