Documentation
¶
Index ¶
- type FlashPromotionLogServiceServer
- func (s *FlashPromotionLogServiceServer) AddFlashPromotionLog(ctx context.Context, in *smsclient.AddFlashPromotionLogReq) (*smsclient.AddFlashPromotionLogResp, error)
- func (s *FlashPromotionLogServiceServer) DeleteFlashPromotionLog(ctx context.Context, in *smsclient.DeleteFlashPromotionLogReq) (*smsclient.DeleteFlashPromotionLogResp, error)
- func (s *FlashPromotionLogServiceServer) QueryFlashPromotionLogDetail(ctx context.Context, in *smsclient.QueryFlashPromotionLogDetailReq) (*smsclient.QueryFlashPromotionLogDetailResp, error)
- func (s *FlashPromotionLogServiceServer) QueryFlashPromotionLogList(ctx context.Context, in *smsclient.QueryFlashPromotionLogListReq) (*smsclient.QueryFlashPromotionLogListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlashPromotionLogServiceServer ¶
type FlashPromotionLogServiceServer struct { smsclient.UnimplementedFlashPromotionLogServiceServer // contains filtered or unexported fields }
func NewFlashPromotionLogServiceServer ¶
func NewFlashPromotionLogServiceServer(svcCtx *svc.ServiceContext) *FlashPromotionLogServiceServer
func (*FlashPromotionLogServiceServer) AddFlashPromotionLog ¶ added in v0.0.2
func (s *FlashPromotionLogServiceServer) AddFlashPromotionLog(ctx context.Context, in *smsclient.AddFlashPromotionLogReq) (*smsclient.AddFlashPromotionLogResp, error)
添加限时购通知记录
func (*FlashPromotionLogServiceServer) DeleteFlashPromotionLog ¶ added in v0.0.2
func (s *FlashPromotionLogServiceServer) DeleteFlashPromotionLog(ctx context.Context, in *smsclient.DeleteFlashPromotionLogReq) (*smsclient.DeleteFlashPromotionLogResp, error)
删除限时购通知记录
func (*FlashPromotionLogServiceServer) QueryFlashPromotionLogDetail ¶ added in v0.0.2
func (s *FlashPromotionLogServiceServer) QueryFlashPromotionLogDetail(ctx context.Context, in *smsclient.QueryFlashPromotionLogDetailReq) (*smsclient.QueryFlashPromotionLogDetailResp, error)
查询限时购通知记录详情
func (*FlashPromotionLogServiceServer) QueryFlashPromotionLogList ¶ added in v0.0.2
func (s *FlashPromotionLogServiceServer) QueryFlashPromotionLogList(ctx context.Context, in *smsclient.QueryFlashPromotionLogListReq) (*smsclient.QueryFlashPromotionLogListResp, error)
查询限时购通知记录列表
Click to show internal directories.
Click to hide internal directories.