Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateServiceLogic ¶
func NewCreateServiceLogic ¶
func NewCreateServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateServiceLogic
func (*CreateServiceLogic) CreateService ¶
func (l *CreateServiceLogic) CreateService(req *types.CreateServiceReq) (resp *types.CreateServiceResp, err error)
type DeleteServiceLogic ¶
func NewDeleteServiceLogic ¶
func NewDeleteServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteServiceLogic
func (*DeleteServiceLogic) DeleteService ¶
func (l *DeleteServiceLogic) DeleteService(req *types.DeleteServiceReq) (resp *types.DeleteServiceResp, err error)
type GetServiceDetailLogic ¶
func NewGetServiceDetailLogic ¶
func NewGetServiceDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetServiceDetailLogic
func (*GetServiceDetailLogic) GetServiceDetail ¶
func (l *GetServiceDetailLogic) GetServiceDetail(req *types.GetServiceDetailReq) (resp *types.GetServiceDetailResp, err error)
type GetServicesLogic ¶
func NewGetServicesLogic ¶
func NewGetServicesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetServicesLogic
func (*GetServicesLogic) GetServices ¶
func (l *GetServicesLogic) GetServices(req *types.GetServicesReq) (resp *types.GetServicesResp, err error)
type UpdateServiceLogic ¶
func NewUpdateServiceLogic ¶
func NewUpdateServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateServiceLogic
func (*UpdateServiceLogic) UpdateService ¶
func (l *UpdateServiceLogic) UpdateService(req *types.UpdateServiceReq) (resp *types.UpdateServiceResp, err error)
Click to show internal directories.
Click to hide internal directories.