(ctx context.Context, roleId int)
| 23 | ListRoles(ctx context.Context, page, pageSize int) ([]*domain.Role, int, error) |
| 24 | GetUserRole(ctx context.Context, userId int) (*domain.Role, error) |
| 25 | GetRole(ctx context.Context, roleId int) (*domain.Role, error) |
| 26 | } |
| 27 | |
| 28 | type roleService struct { |
no outgoing calls
no test coverage detected