Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHealthChecker ¶
Counterfeiter does not lock "*Returns(...)" functions leading to a race, so we had to hand-roll this fake
func NewFakeHealthChecker ¶
func NewFakeHealthChecker() *FakeHealthChecker
func (*FakeHealthChecker) Check ¶
func (checker *FakeHealthChecker) Check() bool
func (*FakeHealthChecker) CheckReturns ¶
func (checker *FakeHealthChecker) CheckReturns(status bool)
Click to show internal directories.
Click to hide internal directories.