MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / DefaultClientFactory

Struct DefaultClientFactory

clients/client_factory.go:20–24  ·  view source on GitHub ↗

DefaultClientFactory a default implementation of the ClientFactory

Source from the content-addressed store, hash-verified

18
19// DefaultClientFactory a default implementation of the ClientFactory
20type DefaultClientFactory struct {
21 mtaClient mtaclient.MtaClientOperations
22 restClient restclient.RestClientOperations
23 mtaV2Client mtaclient_v2.MtaV2ClientOperations
24}
25
26// NewDefaultClientFactory a default initialization method for the factory
27func NewDefaultClientFactory() *DefaultClientFactory {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected