factoryOut is the result of provideRedisFactory.
| 58 | |
| 59 | // factoryOut is the result of provideRedisFactory. |
| 60 | type factoryOut struct { |
| 61 | di.Out |
| 62 | |
| 63 | Factory Factory |
| 64 | Collector *collector |
| 65 | } |
| 66 | |
| 67 | // Module implements di.Module |
| 68 | func (m factoryOut) Module() interface{} { |
nothing calls this directly
no outgoing calls
no test coverage detected