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

Struct stubClientFactory

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

Source from the content-addressed store, hash-verified

390}
391
392type stubClientFactory struct{}
393
394func (s *stubClientFactory) GetSpacedClient(_ Requester) (*octopusApiClient.Client, error) {
395 return nil, errors.New("app is not configured correctly")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected