Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerformanceSessionAddLogic ¶
func NewPerformanceSessionAddLogic ¶
func NewPerformanceSessionAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSessionAddLogic
func (*PerformanceSessionAddLogic) PerformanceSessionAdd ¶
func (l *PerformanceSessionAddLogic) PerformanceSessionAdd(in *service_pb.PerformanceSessionAddReq) (resp *service_pb.PerformanceSessionAddResp, err error)
PerformanceSessionAdd 演出活动场次表 创建
type PerformanceSessionRemoveLogic ¶
func NewPerformanceSessionRemoveLogic ¶
func NewPerformanceSessionRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSessionRemoveLogic
func (*PerformanceSessionRemoveLogic) PerformanceSessionRemove ¶
func (l *PerformanceSessionRemoveLogic) PerformanceSessionRemove(in *service_pb.PerformanceSessionRemoveReq) (resp *service_pb.EmptyResp, err error)
PerformanceSessionRemove 演出活动场次表 删除
type PerformanceSessionRetrieveLogic ¶
type PerformanceSessionRetrieveLogic struct { logx.Logger // contains filtered or unexported fields }
func NewPerformanceSessionRetrieveLogic ¶
func NewPerformanceSessionRetrieveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSessionRetrieveLogic
func (*PerformanceSessionRetrieveLogic) PerformanceSessionRetrieve ¶
func (l *PerformanceSessionRetrieveLogic) PerformanceSessionRetrieve(in *service_pb.PerformanceSessionRetrieveReq) (resp *service_pb.PerformanceSessionRetrieveResp, err error)
PerformanceSessionRetrieve 演出活动场次表 获取
type PerformanceSessionUpdateLogic ¶
func NewPerformanceSessionUpdateLogic ¶
func NewPerformanceSessionUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSessionUpdateLogic
func (*PerformanceSessionUpdateLogic) PerformanceSessionUpdate ¶
func (l *PerformanceSessionUpdateLogic) PerformanceSessionUpdate(in *service_pb.PerformanceSessionUpdateReq) (resp *service_pb.EmptyResp, err error)
PerformanceSessionUpdate 演出活动场次表 更新
Click to show internal directories.
Click to hide internal directories.