DefaultClientFactory a default implementation of the ClientFactory
| 18 | |
| 19 | // DefaultClientFactory a default implementation of the ClientFactory |
| 20 | type 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 |
| 27 | func NewDefaultClientFactory() *DefaultClientFactory { |
nothing calls this directly
no outgoing calls
no test coverage detected