Replies: 1 comment 1 reply
-
@zeryel On second thought, I opened up flipt-io/flipt-client-sdks#700 as I think there might be some discussions necessary on idiomatic Go and 'large' interfaces. We also don't have consistent interface usage across any of the Client SDKs (for languages that have interfaces) so maybe there's a larger discussion to be had around improving testability for the SDKs in general? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings. I want to start using Flipt, and I noticed that current SDK (Go) haven't interface for EvaluationClient - which makes it very difficult to write unit tests.
I suggest implementing the EvaluationClient's interface in SDK, i.e.:
Beta Was this translation helpful? Give feedback.
All reactions