MCPcopy Create free account
hub / github.com/DoNewsCode/core / factoryOut

Struct factoryOut

otredis/dependency.go:60–65  ·  view source on GitHub ↗

factoryOut is the result of provideRedisFactory.

Source from the content-addressed store, hash-verified

58
59// factoryOut is the result of provideRedisFactory.
60type factoryOut struct {
61 di.Out
62
63 Factory Factory
64 Collector *collector
65}
66
67// Module implements di.Module
68func (m factoryOut) Module() interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected