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

Struct lifecycleWrapper

lifecycle.go:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136type lifecycleWrapper struct {
137 *lifecycle.Lifecycle
138}
139
140func (l *lifecycleWrapper) Append(h Hook) {
141 l.Lifecycle.Append(lifecycle.Hook{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected