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

Function NewStubClientFactory

pkg/apiclient/client_factory.go:388–390  ·  view source on GitHub ↗

NewStubClientFactory returns a stub instance, so you can satisfy external code that needs a ClientFactory

()

Source from the content-addressed store, hash-verified

386
387// NewStubClientFactory returns a stub instance, so you can satisfy external code that needs a ClientFactory
388func NewStubClientFactory() ClientFactory {
389 return &stubClientFactory{}
390}
391
392type stubClientFactory struct{}
393

Callers 2

mainFunction · 0.92
runFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected