调整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 (
// 文件相关服务
type FileService struct {
BaseService
}
// 创建文件
@@ -38,5 +39,5 @@ func (this *FileService) UpdateFileFinished(ctx context.Context, req *pb.UpdateF
if err != nil {
return nil, err
}
return rpcutils.Success()
return this.Success()
}