Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTplLogic ¶
func NewCreateTplLogic ¶
func NewCreateTplLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTplLogic
func (*CreateTplLogic) CreateTpl ¶
func (l *CreateTplLogic) CreateTpl(in *sendsvc.CreateTplReq) (*sendsvc.CreateTplResp, error)
type DeleteTplLogic ¶
func NewDeleteTplLogic ¶
func NewDeleteTplLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTplLogic
func (*DeleteTplLogic) DeleteTpl ¶
func (l *DeleteTplLogic) DeleteTpl(in *sendsvc.DeleteTplReq) (*sendsvc.DeletTplResp, error)
type GetTplByIdLogic ¶
func NewGetTplByIdLogic ¶
func NewGetTplByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTplByIdLogic
func (*GetTplByIdLogic) GetTplById ¶
func (l *GetTplByIdLogic) GetTplById(in *sendsvc.GetTplByIdReq) (*sendsvc.GetTplByIdResp, error)
type TplListLogic ¶
func NewTplListLogic ¶
func NewTplListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *TplListLogic
func (*TplListLogic) TplList ¶
func (l *TplListLogic) TplList(in *sendsvc.TplListReq) (*sendsvc.TplListResp, error)
type UpdateTplLogic ¶
func NewUpdateTplLogic ¶
func NewUpdateTplLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTplLogic
func (*UpdateTplLogic) UpdateTpl ¶
func (l *UpdateTplLogic) UpdateTpl(in *sendsvc.UpdateTplReq) (*sendsvc.UpdateTplResp, error)
Click to show internal directories.
Click to hide internal directories.