flipt-io / cup

Git Contribution Automation
https://cup.flipt.io
Apache License 2.0
76 stars 1 forks source link

Revamp `sdk/go` #17

Closed GeorgeMac closed 1 year ago

GeorgeMac commented 1 year ago

The sdk/go package for implementing controller runtimes will need a revamp for the new design.

I think this would be a useful isolated distributable to have as part of this project. It should provide straightforward scaffolding for building a runtime implementation in Go.

We should use it to build a flipt.io implementation for Flags and Segments.

GeorgeMac commented 1 year ago

Addressed