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

Struct TestClientFactory

commands/test_client_factory.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type TestClientFactory struct {
13 RestClient restclient.RestClientOperations
14 MtaClient mtaclient.MtaClientOperations
15 MtaV2Client mtaclient_v2.MtaV2ClientOperations
16}
17
18func NewTestClientFactory(mtaClient mtaclient.MtaClientOperations,
19 mtaV2client mtaclient_v2.MtaV2ClientOperations,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected