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

Method GetSpacedClient

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

Source from the content-addressed store, hash-verified

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
35 Spinner() Spinner

Callers 15

GetSpacedClientMethod · 0.65
NewDependenciesFunction · 0.65
deployRunFunction · 0.65
deleteRunFunction · 0.65
listRunFunction · 0.65
createRunFunction · 0.65
versionsRunFunction · 0.65
listRunFunction · 0.65
uploadRunFunction · 0.65
NewCmdDeleteFunction · 0.65
listRunFunction · 0.65
NewCmdViewFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected