Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 465 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 465 Bytes

OpenFeature Go Hooks

Hooks are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks. Please see the spec for more details.

To contibute a new hook, fork this repository and create a new go module, it will then be discoverable by make workspace-init and make workspace-update.