实现缓存策略若干功能

This commit is contained in:
GoEdgeLab
2020-10-04 16:10:19 +08:00
parent da9ef1e5e7
commit 50886bf57a
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;
}