Documentation ¶
Index ¶
- type FlashPromotionSessionServiceServer
- func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionAdd(ctx context.Context, in *smsclient.FlashPromotionSessionAddReq) (*smsclient.FlashPromotionSessionAddResp, error)
- func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionByTime(ctx context.Context, in *smsclient.FlashPromotionSessionByTimeReq) (*smsclient.FlashPromotionSessionByTimeResp, error)
- func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionDelete(ctx context.Context, in *smsclient.FlashPromotionSessionDeleteReq) (*smsclient.FlashPromotionSessionDeleteResp, error)
- func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionList(ctx context.Context, in *smsclient.FlashPromotionSessionListReq) (*smsclient.FlashPromotionSessionListResp, error)
- func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionUpdate(ctx context.Context, in *smsclient.FlashPromotionSessionUpdateReq) (*smsclient.FlashPromotionSessionUpdateResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlashPromotionSessionServiceServer ¶
type FlashPromotionSessionServiceServer struct { smsclient.UnimplementedFlashPromotionSessionServiceServer // contains filtered or unexported fields }
func NewFlashPromotionSessionServiceServer ¶
func NewFlashPromotionSessionServiceServer(svcCtx *svc.ServiceContext) *FlashPromotionSessionServiceServer
func (*FlashPromotionSessionServiceServer) FlashPromotionSessionAdd ¶
func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionAdd(ctx context.Context, in *smsclient.FlashPromotionSessionAddReq) (*smsclient.FlashPromotionSessionAddResp, error)
func (*FlashPromotionSessionServiceServer) FlashPromotionSessionByTime ¶
func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionByTime(ctx context.Context, in *smsclient.FlashPromotionSessionByTimeReq) (*smsclient.FlashPromotionSessionByTimeResp, error)
func (*FlashPromotionSessionServiceServer) FlashPromotionSessionDelete ¶
func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionDelete(ctx context.Context, in *smsclient.FlashPromotionSessionDeleteReq) (*smsclient.FlashPromotionSessionDeleteResp, error)
func (*FlashPromotionSessionServiceServer) FlashPromotionSessionList ¶
func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionList(ctx context.Context, in *smsclient.FlashPromotionSessionListReq) (*smsclient.FlashPromotionSessionListResp, error)
func (*FlashPromotionSessionServiceServer) FlashPromotionSessionUpdate ¶
func (s *FlashPromotionSessionServiceServer) FlashPromotionSessionUpdate(ctx context.Context, in *smsclient.FlashPromotionSessionUpdateReq) (*smsclient.FlashPromotionSessionUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.