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(req *types.PerformanceSessionAddReq) (resp *types.PerformanceSessionAddResp, err error)
type PerformanceSessionRemoveLogic ¶
func NewPerformanceSessionRemoveLogic ¶
func NewPerformanceSessionRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSessionRemoveLogic
func (*PerformanceSessionRemoveLogic) PerformanceSessionRemove ¶
func (l *PerformanceSessionRemoveLogic) PerformanceSessionRemove(req *types.GeneralPathId) (resp *types.Empty, err error)
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(req *types.PerformanceSessionRetrieveReq) (resp *types.PerformanceSessionRetrieveResp, err error)
type PerformanceSessionUpdateLogic ¶
func NewPerformanceSessionUpdateLogic ¶
func NewPerformanceSessionUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceSessionUpdateLogic
func (*PerformanceSessionUpdateLogic) PerformanceSessionUpdate ¶
func (l *PerformanceSessionUpdateLogic) PerformanceSessionUpdate(req *types.PerformanceSessionUpdateReq) (resp *types.Empty, err error)
Click to show internal directories.
Click to hide internal directories.