MCPcopy Index your code
hub / github.com/uber-go/fx / fromAnnotation

Struct fromAnnotation

annotated.go:1432–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430}
1431
1432type fromAnnotation struct {
1433 targets []interface{}
1434 types []reflect.Type
1435}
1436
1437var _ Annotation = (*fromAnnotation)(nil)
1438

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected