Documentation ¶
Index ¶
- type PerformanceServiceServer
- func (s *PerformanceServiceServer) PerformanceAdd(ctx context.Context, in *service_pb.PerformanceAddReq) (*service_pb.PerformanceAddResp, error)
- func (s *PerformanceServiceServer) PerformanceRemove(ctx context.Context, in *service_pb.PerformanceRemoveReq) (*service_pb.EmptyResp, error)
- func (s *PerformanceServiceServer) PerformanceRetrieve(ctx context.Context, in *service_pb.PerformanceRetrieveReq) (*service_pb.PerformanceRetrieveResp, error)
- func (s *PerformanceServiceServer) PerformanceUpdate(ctx context.Context, in *service_pb.PerformanceUpdateReq) (*service_pb.EmptyResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerformanceServiceServer ¶
type PerformanceServiceServer struct { service_pb.UnimplementedPerformanceServiceServer // contains filtered or unexported fields }
func NewPerformanceServiceServer ¶
func NewPerformanceServiceServer(svcCtx *svc.ServiceContext) *PerformanceServiceServer
func (*PerformanceServiceServer) PerformanceAdd ¶
func (s *PerformanceServiceServer) PerformanceAdd(ctx context.Context, in *service_pb.PerformanceAddReq) (*service_pb.PerformanceAddResp, error)
PerformanceAdd 演出活动表 创建
func (*PerformanceServiceServer) PerformanceRemove ¶
func (s *PerformanceServiceServer) PerformanceRemove(ctx context.Context, in *service_pb.PerformanceRemoveReq) (*service_pb.EmptyResp, error)
PerformanceRemove 演出活动表 删除
func (*PerformanceServiceServer) PerformanceRetrieve ¶
func (s *PerformanceServiceServer) PerformanceRetrieve(ctx context.Context, in *service_pb.PerformanceRetrieveReq) (*service_pb.PerformanceRetrieveResp, error)
PerformanceRetrieve 演出活动表 获取
func (*PerformanceServiceServer) PerformanceUpdate ¶
func (s *PerformanceServiceServer) PerformanceUpdate(ctx context.Context, in *service_pb.PerformanceUpdateReq) (*service_pb.EmptyResp, error)
PerformanceUpdate 演出活动表 更新
Click to show internal directories.
Click to hide internal directories.