Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddCertFormUploadLogic ¶
func NewAddCertFormUploadLogic ¶
func NewAddCertFormUploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddCertFormUploadLogic
func (*AddCertFormUploadLogic) AddCertFormUpload ¶
func (l *AddCertFormUploadLogic) AddCertFormUpload(req *types.AddCertFormUploadReq) (resp *types.AddOrRenewCertificateResp, err error)
type AddCertLogic ¶
func NewAddCertLogic ¶
func NewAddCertLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddCertLogic
func (*AddCertLogic) AddCert ¶
func (l *AddCertLogic) AddCert(req *types.CertificateRequest) (resp *types.AddOrRenewCertificateResp, err error)
type AddDomainLogic ¶
func NewAddDomainLogic ¶
func NewAddDomainLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddDomainLogic
func (*AddDomainLogic) AddDomain ¶
func (l *AddDomainLogic) AddDomain(req *types.AddDomainReq) (resp *types.AddOrRenewCertificateResp, err error)
type GetCertsPagingLogic ¶
type GetCertsPagingLogic struct { logx.Logger DB *gorm.DB // contains filtered or unexported fields }
func NewGetCertsPagingLogic ¶
func NewGetCertsPagingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCertsPagingLogic
func (*GetCertsPagingLogic) GetCertsPaging ¶
func (l *GetCertsPagingLogic) GetCertsPaging(req *types.GetCertsPagingReq) (resp *types.GetCertsPagingResp, err error)
type RenewCertLogic ¶
func NewRenewCertLogic ¶
func NewRenewCertLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RenewCertLogic
func (*RenewCertLogic) RenewCert ¶
func (l *RenewCertLogic) RenewCert(req *types.CertificateRequest) (resp *types.AddOrRenewCertificateResp, err error)
Click to show internal directories.
Click to hide internal directories.