You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## This PR
- adds an accessor for named provider metadata
### Related Issues
Fixes#714
### Notes
The default metadata is returned if the name doesn't match a registered
provider.
This is another example where provider namespace would work well. It
doesn't make sense to call this "named client" since we are only
interested in the client.
---------
Signed-off-by: Michael Beemer <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
## This PR
- adds an accessor for named provider metadata
### Related Issues
Fixes#714
### Notes
The default metadata is returned if the name doesn't match a registered
provider.
This is another example where provider namespace would work well. It
doesn't make sense to call this "named client" since we are only
interested in the client.
---------
Signed-off-by: Michael Beemer <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
Requirements
Add support for accessing provider metadata for named providers. If a name is invalid, the default provider metadata should be returned.
The text was updated successfully, but these errors were encountered: