mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 11:55:10 +00:00
fix: remove duplicate groupExistenceBatchReader declaration in admin_service.go
This commit is contained in:
@@ -434,10 +434,6 @@ type userGroupRateBatchReader interface {
|
||||
GetByUserIDs(ctx context.Context, userIDs []int64) (map[int64]map[int64]float64, error)
|
||||
}
|
||||
|
||||
type groupExistenceBatchReader interface {
|
||||
ExistsByIDs(ctx context.Context, ids []int64) (map[int64]bool, error)
|
||||
}
|
||||
|
||||
// NewAdminService creates a new AdminService
|
||||
func NewAdminService(
|
||||
userRepo UserRepository,
|
||||
|
||||
Reference in New Issue
Block a user