propertyvalue

package
v0.0.0-...-d93c0f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePropertyValueLogic

type CreatePropertyValueLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreatePropertyValueLogic

func NewCreatePropertyValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePropertyValueLogic

func (*CreatePropertyValueLogic) CreatePropertyValue

func (l *CreatePropertyValueLogic) CreatePropertyValue(req *types.PropertyValueBase) (resp *types.BaseMsgResp, err error)

type DeletePropertyValueLogic

type DeletePropertyValueLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeletePropertyValueLogic

func NewDeletePropertyValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePropertyValueLogic

func (*DeletePropertyValueLogic) DeletePropertyValue

func (l *DeletePropertyValueLogic) DeletePropertyValue(req *types.IDReq) (resp *types.BaseMsgResp, err error)

type GetPropertyValueByIdLogic

type GetPropertyValueByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetPropertyValueByIdLogic

func NewGetPropertyValueByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyValueByIdLogic

func (*GetPropertyValueByIdLogic) GetPropertyValueById

func (l *GetPropertyValueByIdLogic) GetPropertyValueById(req *types.IDReq) (resp *types.PropertyValueInfo, err error)

type GetPropertyValuePageLogic

type GetPropertyValuePageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetPropertyValuePageLogic

func NewGetPropertyValuePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyValuePageLogic

func (*GetPropertyValuePageLogic) GetPropertyValuePage

func (l *GetPropertyValuePageLogic) GetPropertyValuePage(req *types.PropertyValuePageReq) (resp *types.PropertyValueListResp, err error)

type UpdatePropertyValueLogic

type UpdatePropertyValueLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdatePropertyValueLogic

func NewUpdatePropertyValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePropertyValueLogic

func (*UpdatePropertyValueLogic) UpdatePropertyValue

func (l *UpdatePropertyValueLogic) UpdatePropertyValue(req *types.PropertyValueUpdateReq) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL