mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-27 06:10:24 +08:00
实现缓存策略若干功能
This commit is contained in:
@@ -32,8 +32,10 @@ service APINodeService {
|
||||
message CreateAPINodeRequest {
|
||||
string name = 1;
|
||||
string description = 2;
|
||||
string host = 3;
|
||||
int32 port = 4;
|
||||
bytes httpJSON = 3;
|
||||
bytes httpsJSON = 4;
|
||||
bytes accessAddrsJSON = 5;
|
||||
bool isOn = 6;
|
||||
}
|
||||
|
||||
message CreateAPINodeResponse {
|
||||
@@ -45,8 +47,10 @@ message UpdateAPINodeRequest {
|
||||
int64 nodeId = 1;
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
string host = 4;
|
||||
int32 port = 5;
|
||||
bytes httpJSON = 4;
|
||||
bytes httpsJSON = 5;
|
||||
bytes accessAddrsJSON = 6;
|
||||
bool isOn = 7;
|
||||
}
|
||||
|
||||
// 删除API节点
|
||||
|
||||
Reference in New Issue
Block a user