Skip to content

Commit 2051dcc

Browse files
authored
Add Bucketeer Koltin and Go Providers (#1239)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 33c384b commit 2051dcc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/datasets/providers/bucketeer.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,23 @@ export const Bucketeer: Provider = {
1212
href: 'https://github.com/bucketeer-io/openfeature-swift-client-sdk',
1313
category: ['Client'],
1414
},
15+
{
16+
technology: 'Kotlin',
17+
vendorOfficial: true,
18+
href: 'https://github.com/bucketeer-io/openfeature-kotlin-client-sdk',
19+
category: ['Client'],
20+
},
1521
{
1622
technology: 'JavaScript',
1723
vendorOfficial: true,
1824
href: 'https://www.npmjs.com/package/@bucketeer/openfeature-js-client-sdk',
1925
category: ['Client'],
2026
},
27+
{
28+
technology: 'Go',
29+
vendorOfficial: true,
30+
href: 'https://github.com/bucketeer-io/openfeature-go-server-sdk',
31+
category: ['Server'],
32+
},
2133
],
2234
};

0 commit comments

Comments
 (0)