Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleCreateLogic ¶
func NewRoleCreateLogic ¶
func NewRoleCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleCreateLogic
func (*RoleCreateLogic) RoleCreate ¶
func (l *RoleCreateLogic) RoleCreate(req *types.RoleCreateReq) error
type RoleDeleteLogic ¶
func NewRoleDeleteLogic ¶
func NewRoleDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleDeleteLogic
func (*RoleDeleteLogic) RoleDelete ¶
func (l *RoleDeleteLogic) RoleDelete(req *types.RoleDeleteReq) error
type RoleIndexLogic ¶
func NewRoleIndexLogic ¶
func NewRoleIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleIndexLogic
func (*RoleIndexLogic) RoleIndex ¶
func (l *RoleIndexLogic) RoleIndex(req *types.RoleIndexReq) (resp *types.RoleIndexResp, err error)
type RoleMenuUpdateLogic ¶
func NewRoleMenuUpdateLogic ¶
func NewRoleMenuUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleMenuUpdateLogic
func (*RoleMenuUpdateLogic) RoleMenuUpdate ¶
func (l *RoleMenuUpdateLogic) RoleMenuUpdate(req *types.RoleMenuUpdateReq) error
type RoleUpdateLogic ¶
func NewRoleUpdateLogic ¶
func NewRoleUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleUpdateLogic
func (*RoleUpdateLogic) RoleUpdate ¶
func (l *RoleUpdateLogic) RoleUpdate(req *types.RoleUpdateReq) error
Click to show internal directories.
Click to hide internal directories.