调整SSL证书目录结构

This commit is contained in:
GoEdgeLab
2020-11-24 15:02:44 +08:00
parent 0309eb1929
commit a4ca2d40b2
30 changed files with 374 additions and 61 deletions

View File

@@ -9,6 +9,7 @@ import (
// IP名单相关服务
type IPListService struct {
BaseService
}
// 创建IP列表
@@ -38,7 +39,7 @@ func (this *IPListService) UpdateIPList(ctx context.Context, req *pb.UpdateIPLis
if err != nil {
return nil, err
}
return rpcutils.Success()
return this.Success()
}
// 查找IP列表