Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerformanceAddLogic ¶
func NewPerformanceAddLogic ¶
func NewPerformanceAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceAddLogic
func (*PerformanceAddLogic) PerformanceAdd ¶
func (l *PerformanceAddLogic) PerformanceAdd(in *service_pb.PerformanceAddReq) (resp *service_pb.PerformanceAddResp, err error)
PerformanceAdd 演出活动表 创建
type PerformanceRemoveLogic ¶
func NewPerformanceRemoveLogic ¶
func NewPerformanceRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceRemoveLogic
func (*PerformanceRemoveLogic) PerformanceRemove ¶
func (l *PerformanceRemoveLogic) PerformanceRemove(in *service_pb.PerformanceRemoveReq) (resp *service_pb.EmptyResp, err error)
PerformanceRemove 演出活动表 删除
type PerformanceRetrieveLogic ¶
func NewPerformanceRetrieveLogic ¶
func NewPerformanceRetrieveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceRetrieveLogic
func (*PerformanceRetrieveLogic) PerformanceRetrieve ¶
func (l *PerformanceRetrieveLogic) PerformanceRetrieve(in *service_pb.PerformanceRetrieveReq) (resp *service_pb.PerformanceRetrieveResp, err error)
PerformanceRetrieve 演出活动表 获取
type PerformanceUpdateLogic ¶
func NewPerformanceUpdateLogic ¶
func NewPerformanceUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceUpdateLogic
func (*PerformanceUpdateLogic) PerformanceUpdate ¶
func (l *PerformanceUpdateLogic) PerformanceUpdate(in *service_pb.PerformanceUpdateReq) (resp *service_pb.EmptyResp, err error)
PerformanceUpdate 演出活动表 更新
Click to show internal directories.
Click to hide internal directories.