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(req *types.PerformanceAddReq) (resp *types.PerformanceAddResp, err error)
type PerformanceRemoveLogic ¶
func NewPerformanceRemoveLogic ¶
func NewPerformanceRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceRemoveLogic
func (*PerformanceRemoveLogic) PerformanceRemove ¶
func (l *PerformanceRemoveLogic) PerformanceRemove(req *types.GeneralPathId) (resp *types.Empty, err error)
type PerformanceRetrieveLogic ¶
func NewPerformanceRetrieveLogic ¶
func NewPerformanceRetrieveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceRetrieveLogic
func (*PerformanceRetrieveLogic) PerformanceRetrieve ¶
func (l *PerformanceRetrieveLogic) PerformanceRetrieve(req *types.PerformanceRetrieveReq) (resp *types.PerformanceRetrieveResp, err error)
type PerformanceUpdateLogic ¶
func NewPerformanceUpdateLogic ¶
func NewPerformanceUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PerformanceUpdateLogic
func (*PerformanceUpdateLogic) PerformanceUpdate ¶
func (l *PerformanceUpdateLogic) PerformanceUpdate(req *types.PerformanceUpdateReq) (resp *types.Empty, err error)
Click to show internal directories.
Click to hide internal directories.