Documentation
¶
Overview ¶
Package usecase provides business logic for RBAC role management
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleUsecase ¶
RoleUsecase provides business logic for role access control
func New ¶
func New(repo rbac.Repository) *RoleUsecase
New creates a new RoleUsecase with the provided repository
func NewDefault ¶
func NewDefault() *RoleUsecase
NewDefault creates a new RoleUsecase with default repository
func (*RoleUsecase) Count ¶
Count returns the count of roles matching the filter with access control
Click to show internal directories.
Click to hide internal directories.