open-feature / go-sdk

Go SDK for OpenFeature
https://openfeature.dev
Apache License 2.0
126 stars 30 forks source link

[FEATURE] Expose domain specific provider metadata getter #247

Closed Kavindu-Dodan closed 5 months ago

Kavindu-Dodan commented 7 months ago

Requirements

Requirement 1.1.5 specify that,

The API MUST provide a function for retrieving the metadata field of the configured provider.

With upcoming enhancements to requirement ^1, there's the need to expose the same for domain-specific providers.

It must be possible to access provider metadata using a domain.

AC

Introduce a domain-specific provider metadata getter to Go-SDK

beeme1mr commented 5 months ago

Relates to #257