MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / GetSystemClient

Method GetSystemClient

pkg/factory/factory.go:31–31  ·  view source on GitHub ↗
(requester apiclient.Requester)

Source from the content-addressed store, hash-verified

29
30type Factory interface {
31 GetSystemClient(requester apiclient.Requester) (*client.Client, error)
32 GetSpacedClient(requester apiclient.Requester) (*client.Client, error)
33 GetCurrentSpace() *spaces.Space
34 GetCurrentHost() string

Callers 8

GetSystemClientMethod · 0.65
NewSystemDependenciesFunction · 0.65
apiRunFunction · 0.65
NewCmdDeleteFunction · 0.65
deleteRunFunction · 0.65
NewCmdViewFunction · 0.65
listRunFunction · 0.65
NewCreateOptionsFunction · 0.65

Implementers 2

factorypkg/factory/factory.go
MockFactorytest/testutil/fakefactory.go

Calls

no outgoing calls

Tested by

no test coverage detected