Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientWrapper ¶
NewClientWrapper returns a client Wrapper.
func NewCustomClientWrapper ¶ added in v1.4.1
func NewCustomClientWrapper(bs gobreaker.Settings, bm BreakerMethod) client.Wrapper
NewCustomClientWrapper takes a gobreaker.Settings and BreakerMethod. Returns a client Wrapper.
Types ¶
type BreakerMethod ¶ added in v1.4.1
type BreakerMethod int
const ( BreakService BreakerMethod = iota BreakServiceEndpoint )
Click to show internal directories.
Click to hide internal directories.