Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserResourceExtendedServiceImpl ¶
type UserResourceExtendedServiceImpl struct { *UserResourceServiceImpl // contains filtered or unexported fields }
func NewUserResourceExtendedServiceImpl ¶
func NewUserResourceExtendedServiceImpl(logger *zap.SugaredLogger, teamService team.TeamService, envService environment.EnvironmentService, appService app.AppCrudOperationService, chartGroupService chartGroup.ChartGroupService, appListingService app.AppListingService, appWorkflowService appWorkflow.AppWorkflowService, k8sApplicationService application2.K8sApplicationService, clusterService cluster.ClusterService, rbacEnforcementUtil commonEnforcementFunctionsUtil.CommonEnforcementUtil, enforcerUtil rbac.EnforcerUtil, enforcer casbin.Enforcer) *UserResourceExtendedServiceImpl
func (*UserResourceExtendedServiceImpl) GetResourceOptions ¶
func (impl *UserResourceExtendedServiceImpl) GetResourceOptions(context context.Context, token string, reqBean *apiBean.ResourceOptionsReqDto, params *apiBean.PathParams) (*bean5.UserResourceResponseDto, error)
type UserResourceService ¶
type UserResourceService interface { GetResourceOptions(context context.Context, token string, reqBean *apiBean.ResourceOptionsReqDto, params *apiBean.PathParams) (*bean5.UserResourceResponseDto, error) }
type UserResourceServiceImpl ¶
type UserResourceServiceImpl struct {
// contains filtered or unexported fields
}
func NewUserResourceServiceImpl ¶
func NewUserResourceServiceImpl(logger *zap.SugaredLogger, teamService team.TeamService, envService environment.EnvironmentService, clusterService cluster.ClusterService, k8sApplicationService application2.K8sApplicationService, enforcerUtil rbac.EnforcerUtil, rbacEnforcementUtil commonEnforcementFunctionsUtil.CommonEnforcementUtil, enforcer casbin.Enforcer, appService app.AppCrudOperationService) *UserResourceServiceImpl
func (*UserResourceServiceImpl) GetResourceOptions ¶
func (impl *UserResourceServiceImpl) GetResourceOptions(context context.Context, token string, reqBean *apiBean.ResourceOptionsReqDto, params *apiBean.PathParams) (*bean5.UserResourceResponseDto, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.