MCPcopy Create free account
hub / github.com/UiPath/uipathcli / NewOrchestratorClient

Function NewOrchestratorClient

utils/api/orchestrator_client.go:850–868  ·  view source on GitHub ↗
(
	baseUri url.URL,
	organization string,
	tenant string,
	token *auth.AuthToken,
	debug bool,
	settings plugin.ExecutionSettings,
	logger log.Logger,
)

Source from the content-addressed store, hash-verified

848}
849
850func NewOrchestratorClient(
851 baseUri url.URL,
852 organization string,
853 tenant string,
854 token *auth.AuthToken,
855 debug bool,
856 settings plugin.ExecutionSettings,
857 logger log.Logger,
858) *OrchestratorClient {
859 return &OrchestratorClient{
860 baseUri,
861 organization,
862 tenant,
863 token,
864 debug,
865 settings,
866 logger,
867 }
868}

Callers 5

writeOutputMethod · 0.92
runTestsMethod · 0.92
publishMethod · 0.92
getWriteUrlMethod · 0.92
getReadUrlMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected