mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-29 06:16:40 +08:00
实现基本的集群DNS列表、设置、简单数据同步
This commit is contained in:
@@ -14,10 +14,10 @@ service HTTPCachePolicyService {
|
||||
rpc createHTTPCachePolicy (CreateHTTPCachePolicyRequest) returns (CreateHTTPCachePolicyResponse);
|
||||
|
||||
// 修改缓存策略
|
||||
rpc updateHTTPCachePolicy (UpdateHTTPCachePolicyRequest) returns (RPCUpdateSuccess);
|
||||
rpc updateHTTPCachePolicy (UpdateHTTPCachePolicyRequest) returns (RPCSuccess);
|
||||
|
||||
// 删除缓存策略
|
||||
rpc deleteHTTPCachePolicy (DeleteHTTPCachePolicyRequest) returns (RPCDeleteSuccess);
|
||||
rpc deleteHTTPCachePolicy (DeleteHTTPCachePolicyRequest) returns (RPCSuccess);
|
||||
|
||||
// 计算缓存策略数量
|
||||
rpc countAllEnabledHTTPCachePolicies (CountAllEnabledHTTPCachePoliciesRequest) returns (RPCCountResponse);
|
||||
|
||||
Reference in New Issue
Block a user