Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePropertyLogic ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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)
Click to show internal directories.
Click to hide internal directories.