Skip to content

Commit faed7f1

Browse files
authored
feat(aws-ssm): add interface assertion to Provider (#750)
Signed-off-by: Giovanni De Giorgio <[email protected]>
1 parent 77e7f25 commit faed7f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

providers/aws-ssm/provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ type Provider struct {
1111
svc *awsService
1212
}
1313

14+
var _ openfeature.FeatureProvider = (*Provider)(nil)
15+
1416
type ProviderOption func(*Provider)
1517

1618
func NewProvider(cfg aws.Config, opts ...ProviderOption) (*Provider, error) {

0 commit comments

Comments
 (0)