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(in *sys.RoleCreateReq) (*sys.Response, error)
type RoleDeleteLogic ¶
func NewRoleDeleteLogic ¶
func NewRoleDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleDeleteLogic
func (*RoleDeleteLogic) RoleDelete ¶
func (l *RoleDeleteLogic) RoleDelete(in *sys.RoleDeleteReq) (*sys.Response, error)
type RoleIndexLogic ¶
func NewRoleIndexLogic ¶
func NewRoleIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleIndexLogic
func (*RoleIndexLogic) RoleIndex ¶
func (l *RoleIndexLogic) RoleIndex(in *sys.RoleIndexReq) (*sys.RoleIndexResp, error)
type RoleMenuUpdateLogic ¶
func NewRoleMenuUpdateLogic ¶
func NewRoleMenuUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleMenuUpdateLogic
func (*RoleMenuUpdateLogic) RoleMenuUpdate ¶
func (l *RoleMenuUpdateLogic) RoleMenuUpdate(in *sys.RoleMenuUpdateReq) (*sys.Response, error)
type RoleUpdateLogic ¶
func NewRoleUpdateLogic ¶
func NewRoleUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RoleUpdateLogic
func (*RoleUpdateLogic) RoleUpdate ¶
func (l *RoleUpdateLogic) RoleUpdate(in *sys.RoleUpdateReq) (*sys.Response, error)
Click to show internal directories.
Click to hide internal directories.