| 10 | ) |
| 11 | |
| 12 | type TestClientFactory struct { |
| 13 | RestClient restclient.RestClientOperations |
| 14 | MtaClient mtaclient.MtaClientOperations |
| 15 | MtaV2Client mtaclient_v2.MtaV2ClientOperations |
| 16 | } |
| 17 | |
| 18 | func NewTestClientFactory(mtaClient mtaclient.MtaClientOperations, |
| 19 | mtaV2client mtaclient_v2.MtaV2ClientOperations, |
nothing calls this directly
no outgoing calls
no test coverage detected