Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddLogic ¶
func NewAddLogic ¶
func NewAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddLogic
type EditLogic ¶
func NewEditLogic ¶
func NewEditLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EditLogic
type ListLogic ¶
func NewListLogic ¶
func NewListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListLogic
func (*ListLogic) List ¶
func (l *ListLogic) List(req *types.RolePageReq) (resp *types.RolePageResp, err error)
type QueryByIdLogic ¶
func NewQueryByIdLogic ¶
func NewQueryByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryByIdLogic
func (*QueryByIdLogic) QueryById ¶
func (l *QueryByIdLogic) QueryById(req *types.FormParamId) (resp *types.RoleResp, err error)
type RemoveByIdLogic ¶
func NewRemoveByIdLogic ¶
func NewRemoveByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoveByIdLogic
func (*RemoveByIdLogic) RemoveById ¶
func (l *RemoveByIdLogic) RemoveById(req *types.FormParamId) error
type RemoveByIdsLogic ¶
func NewRemoveByIdsLogic ¶
func NewRemoveByIdsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoveByIdsLogic
func (*RemoveByIdsLogic) RemoveByIds ¶
func (l *RemoveByIdsLogic) RemoveByIds(req *types.FormParamIds) error
Click to show internal directories.
Click to hide internal directories.