MCPcopy
hub / github.com/uber-go/fx / loggerOption

Struct loggerOption

app.go:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243type loggerOption struct{ p Printer }
244
245func (l loggerOption) apply(m *module) {
246 if m.parent != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected