DefaultFactoryImpl is the default factory implementation
| 61 | |
| 62 | // DefaultFactoryImpl is the default factory implementation |
| 63 | type DefaultFactoryImpl struct{} |
| 64 | |
| 65 | // DefaultFactory returns the default factory implementation |
| 66 | func DefaultFactory() Factory { |
nothing calls this directly
no outgoing calls
no test coverage detected