实现对ACME用户的增删改

This commit is contained in:
GoEdgeLab
2020-11-24 17:36:47 +08:00
parent a4ca2d40b2
commit 12f348a592
27 changed files with 202 additions and 87 deletions

View File

@@ -9,6 +9,7 @@ import (
)
type HTTPHeaderService struct {
BaseService
}
// 创建Header
@@ -38,7 +39,7 @@ func (this *HTTPHeaderService) UpdateHTTPHeader(ctx context.Context, req *pb.Upd
return nil, err
}
return &pb.RPCSuccess{}, nil
return this.Success()
}
// 查找配置