MCPcopy
hub / github.com/devtron-labs/devtron / UserRestHandlerImpl

Struct UserRestHandlerImpl

api/auth/user/UserRestHandler.go:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type UserRestHandlerImpl struct {
72 userService user2.UserService
73 validator *validator.Validate
74 logger *zap.SugaredLogger
75 enforcer casbin.Enforcer
76 roleGroupService user2.RoleGroupService
77 userCommonService user2.UserCommonService
78 rbacEnforcementUtil commonEnforcementFunctionsUtil.CommonEnforcementUtil
79}
80
81func NewUserRestHandlerImpl(userService user2.UserService, validator *validator.Validate,
82 logger *zap.SugaredLogger, enforcer casbin.Enforcer, roleGroupService user2.RoleGroupService,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected