Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSmsLogLogic ¶
func NewCreateSmsLogLogic ¶
func NewCreateSmsLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateSmsLogLogic
func (*CreateSmsLogLogic) CreateSmsLog ¶
func (l *CreateSmsLogLogic) CreateSmsLog(req *types.SmsLogInfo) (resp *types.BaseMsgResp, err error)
type DeleteSmsLogLogic ¶
func NewDeleteSmsLogLogic ¶
func NewDeleteSmsLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteSmsLogLogic
func (*DeleteSmsLogLogic) DeleteSmsLog ¶
func (l *DeleteSmsLogLogic) DeleteSmsLog(req *types.UUIDsReq) (resp *types.BaseMsgResp, err error)
type GetSmsLogByIdLogic ¶
func NewGetSmsLogByIdLogic ¶
func NewGetSmsLogByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSmsLogByIdLogic
func (*GetSmsLogByIdLogic) GetSmsLogById ¶
func (l *GetSmsLogByIdLogic) GetSmsLogById(req *types.UUIDReq) (resp *types.SmsLogInfoResp, err error)
type GetSmsLogListLogic ¶
func NewGetSmsLogListLogic ¶
func NewGetSmsLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSmsLogListLogic
func (*GetSmsLogListLogic) GetSmsLogList ¶
func (l *GetSmsLogListLogic) GetSmsLogList(req *types.SmsLogListReq) (resp *types.SmsLogListResp, err error)
type UpdateSmsLogLogic ¶
func NewUpdateSmsLogLogic ¶
func NewUpdateSmsLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateSmsLogLogic
func (*UpdateSmsLogLogic) UpdateSmsLog ¶
func (l *UpdateSmsLogLogic) UpdateSmsLog(req *types.SmsLogInfo) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.