cep21 / circuit

An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generator to wrap interface with Circuit

cep21 opened this issue · comments

I have some starter code on branch gen that can wrap an interface with a circuit. I wonder if this is worth pursuing. I tried to make it work for wrapping interfaces, as well as structs, which slowed down progress. If someone wants to pick it up that would be great.

A good first step would be a working version that worked with wrapping interfaces.