CanResolveType checks if a component of the given type is resolvable.
(typ reflect.Type)
| 27 | |
| 28 | // CanResolveType checks if a component of the given type is resolvable. |
| 29 | CanResolveType(typ reflect.Type) bool |
| 30 | |
| 31 | // Resolve retrieves a component instance by its name. |
| 32 | Resolve(ctx context.Context, name string) (any, error) |
no outgoing calls