(name string, config *ClientConfig)
| 9 | type IFactoryManager interface { |
| 10 | Set(name string, factory IFactory) |
| 11 | GetClient(name string, config *ClientConfig) (IClientDriver, error) |
| 12 | Drivers() []string |
| 13 | } |
| 14 |
no outgoing calls
no test coverage detected