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

Struct lifecycleHookAnnotation

annotated.go:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557)
558
559type lifecycleHookAnnotation struct {
560 Type _lifecycleHookAnnotationType
561 Target interface{}
562}
563
564var _ Annotation = (*lifecycleHookAnnotation)(nil)
565

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected