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

Rename config to fix typos

cep21 opened this issue · comments

When we cut a new version, we should rename misspelled items. We cannot do this right now because of backwards compatibility, but will on the next release.

func (m *circuitError) CiruitOpen() bool {

and

	IgnoreInterrputs bool `json:",omitempty"`

Resolved in v3