实现缓存策略若干功能

This commit is contained in:
刘祥超
2020-10-04 16:10:19 +08:00
parent 575c59267a
commit 75f653972d
12 changed files with 1077 additions and 472 deletions

View File

@@ -11,8 +11,8 @@ message APINode {
string secret = 5;
string name = 6;
string description = 7;
string host = 8;
int32 port = 9;
string address = 100;
bytes httpJSON = 8;
bytes httpsJSON = 9;
bytes accessAddrsJSON = 10;
repeated string accessAddrs = 11;
}