Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2026 Changes in this version + type ACMService struct + Client *commonClient.Client + func (s *ACMService) CreateTask(ctx context.Context, scope commonDto.Scope, params *dto.CreateACMTaskRequest) (*dto.ACMTaskResponse, error) + func (s *ACMService) ListTaskExecutions(ctx context.Context, scope commonDto.Scope, ...) (*dto.ACMExecutionsListResponse, error) + func (s *ACMService) TriggerTaskExecution(ctx context.Context, scope commonDto.Scope, ...) (*dto.ACMExecution, error) + type ExternalFactoryProvider struct + func (p *ExternalFactoryProvider) CreateLicenseClient(ctx context.Context, factory *clientfactory.ClientFactory) (*commonlicense.CustomLicensesApiService, error) + type ExternalProvider struct + func (p *ExternalProvider) BuildServiceURL(config *config.McpServerConfig, ...) string + func (p *ExternalProvider) ConfigureAuth(ctx context.Context, cfg *nextgen.Configuration, ...) error + func (p *ExternalProvider) CreateClient(ctx context.Context, config *config.McpServerConfig, ...) (*commonlicense.CustomLicensesApiService, error)