Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePropertyValueLogic ¶
func NewCreatePropertyValueLogic ¶
func NewCreatePropertyValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePropertyValueLogic
func (*CreatePropertyValueLogic) CreatePropertyValue ¶
func (l *CreatePropertyValueLogic) CreatePropertyValue(in *product.PropertyValueCreateReq) (*product.BaseIDResp, error)
PropertyValue management
type DeletePropertyValueLogic ¶
func NewDeletePropertyValueLogic ¶
func NewDeletePropertyValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePropertyValueLogic
func (*DeletePropertyValueLogic) DeletePropertyValue ¶
type GetPropertyValueByIdLogic ¶
func NewGetPropertyValueByIdLogic ¶
func NewGetPropertyValueByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyValueByIdLogic
func (*GetPropertyValueByIdLogic) GetPropertyValueById ¶
func (l *GetPropertyValueByIdLogic) GetPropertyValueById(in *product.IDReq) (*product.PropertyValueInfo, error)
type GetPropertyValueDetailListLogic ¶
type GetPropertyValueDetailListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetPropertyValueDetailListLogic ¶
func NewGetPropertyValueDetailListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyValueDetailListLogic
func (*GetPropertyValueDetailListLogic) GetPropertyValueDetailList ¶
func (l *GetPropertyValueDetailListLogic) GetPropertyValueDetailList(in *product.IDsReq) (*product.PropertyValueDetailResp, error)
type GetPropertyValueListByPropertyIdLogic ¶
type GetPropertyValueListByPropertyIdLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetPropertyValueListByPropertyIdLogic ¶
func NewGetPropertyValueListByPropertyIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyValueListByPropertyIdLogic
func (*GetPropertyValueListByPropertyIdLogic) GetPropertyValueListByPropertyId ¶
func (l *GetPropertyValueListByPropertyIdLogic) GetPropertyValueListByPropertyId(in *product.IDsReq) (*product.PropertyValueListResp, error)
type GetPropertyValuePageLogic ¶
func NewGetPropertyValuePageLogic ¶
func NewGetPropertyValuePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyValuePageLogic
func (*GetPropertyValuePageLogic) GetPropertyValuePage ¶
func (l *GetPropertyValuePageLogic) GetPropertyValuePage(in *product.PropertyValuePageReq) (*product.PropertyValueListResp, error)
type UpdatePropertyValueLogic ¶
func NewUpdatePropertyValueLogic ¶
func NewUpdatePropertyValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePropertyValueLogic
func (*UpdatePropertyValueLogic) UpdatePropertyValue ¶
func (l *UpdatePropertyValueLogic) UpdatePropertyValue(in *product.PropertyValueUpdateReq) (*product.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.