Skip to content

Commit 1ecc6cc

Browse files
committed
removed rbac fields
1 parent ed89cc6 commit 1ecc6cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/cluster/ClusterService.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ type ClusterServiceImpl struct {
197197
userAuthRepository repository3.UserAuthRepository
198198
userRepository repository3.UserRepository
199199
roleGroupRepository repository3.RoleGroupRepository
200-
*ClusterRbacServiceImpl
201200
}
202201

203202
func NewClusterServiceImpl(repository repository.ClusterRepository, logger *zap.SugaredLogger,
@@ -212,9 +211,6 @@ func NewClusterServiceImpl(repository repository.ClusterRepository, logger *zap.
212211
userAuthRepository: userAuthRepository,
213212
userRepository: userRepository,
214213
roleGroupRepository: roleGroupRepository,
215-
ClusterRbacServiceImpl: &ClusterRbacServiceImpl{
216-
logger: logger,
217-
},
218214
}
219215
go clusterService.buildInformer()
220216
return clusterService

0 commit comments

Comments
 (0)