Skip to content

Commit

Permalink
add posthog go provider (#792)
Browse files Browse the repository at this point in the history
## This PR

- Add a community managed provider for PostHog written in Go.

### Related Issues

Fixes #777

Signed-off-by: Daniel Haus <[email protected]>
  • Loading branch information
dhaus67 authored Nov 4, 2024
1 parent 64bb749 commit 0461cec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datasets/providers/posthog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ export const PostHog: Provider = {
href: 'https://www.npmjs.com/package/@tapico/node-openfeature-posthog',
category: ['Server'],
},
{
technology: 'Go',
vendorOfficial: false,
href: 'https://github.com/dhaus67/openfeature-posthog-go',
category: ['Server'],
},
],
};

0 comments on commit 0461cec

Please sign in to comment.