property

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePropertyLogic

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

func NewCreatePropertyLogic

func NewCreatePropertyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePropertyLogic

func (*CreatePropertyLogic) CreateProperty

func (l *CreatePropertyLogic) CreateProperty(req *types.PropertyBase) (resp *types.BaseMsgResp, err error)

type DeletePropertyLogic

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

func NewDeletePropertyLogic

func NewDeletePropertyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePropertyLogic

func (*DeletePropertyLogic) DeleteProperty

func (l *DeletePropertyLogic) DeleteProperty(req *types.IDReq) (resp *types.BaseMsgResp, err error)

type GetPropertyAndValueListLogic

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

func NewGetPropertyAndValueListLogic

func NewGetPropertyAndValueListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyAndValueListLogic

func (*GetPropertyAndValueListLogic) GetPropertyAndValueList

func (l *GetPropertyAndValueListLogic) GetPropertyAndValueList(req *types.PropertyListReq) (resp *types.PropertyAndValueListResp, err error)

type GetPropertyByIdLogic

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

func NewGetPropertyByIdLogic

func NewGetPropertyByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyByIdLogic

func (*GetPropertyByIdLogic) GetPropertyById

func (l *GetPropertyByIdLogic) GetPropertyById(req *types.IDReq) (resp *types.PropertyInfo, err error)

type GetPropertyListLogic

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

func NewGetPropertyListLogic

func NewGetPropertyListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyListLogic

func (*GetPropertyListLogic) GetPropertyList

func (l *GetPropertyListLogic) GetPropertyList(req *types.PropertyListReq) (resp *types.PropertyListResp, err error)

type GetPropertyPageLogic

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

func NewGetPropertyPageLogic

func NewGetPropertyPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPropertyPageLogic

func (*GetPropertyPageLogic) GetPropertyPage

func (l *GetPropertyPageLogic) GetPropertyPage(req *types.PropertyPageReq) (resp *types.PropertyListResp, err error)

type UpdatePropertyLogic

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

func NewUpdatePropertyLogic

func NewUpdatePropertyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePropertyLogic

func (*UpdatePropertyLogic) UpdateProperty

func (l *UpdatePropertyLogic) UpdateProperty(req *types.PropertyUpdateReq) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

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