(ctx context.Context, roleId int)
| 16 | ListRoles(ctx context.Context, page, pageSize int) ([]*domain.Role, int, error) |
| 17 | GetUserRole(ctx context.Context, userId int) (*domain.Role, error) |
| 18 | GetRole(ctx context.Context, roleId int) (*domain.Role, error) |
| 19 | } |
| 20 | |
| 21 | type roleRepository struct { |
no outgoing calls
no test coverage detected