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