Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAggregationPolicy
- func (fake *FakeAggregationPolicy) Apply(arg1 map[string]*health.Health) *health.Health
- func (fake *FakeAggregationPolicy) ApplyArgsForCall(i int) map[string]*health.Health
- func (fake *FakeAggregationPolicy) ApplyCallCount() int
- func (fake *FakeAggregationPolicy) ApplyCalls(stub func(map[string]*health.Health) *health.Health)
- func (fake *FakeAggregationPolicy) ApplyReturns(result1 *health.Health)
- func (fake *FakeAggregationPolicy) ApplyReturnsOnCall(i int, result1 *health.Health)
- func (fake *FakeAggregationPolicy) Invocations() map[string][][]interface{}
- type FakeIndicator
- func (fake *FakeIndicator) Health() *health.Health
- func (fake *FakeIndicator) HealthCallCount() int
- func (fake *FakeIndicator) HealthCalls(stub func() *health.Health)
- func (fake *FakeIndicator) HealthReturns(result1 *health.Health)
- func (fake *FakeIndicator) HealthReturnsOnCall(i int, result1 *health.Health)
- func (fake *FakeIndicator) Invocations() map[string][][]interface{}
- func (fake *FakeIndicator) Name() string
- func (fake *FakeIndicator) NameCallCount() int
- func (fake *FakeIndicator) NameCalls(stub func() string)
- func (fake *FakeIndicator) NameReturns(result1 string)
- func (fake *FakeIndicator) NameReturnsOnCall(i int, result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAggregationPolicy ¶
type FakeAggregationPolicy struct { ApplyStub func(map[string]*health.Health) *health.Health // contains filtered or unexported fields }
func (*FakeAggregationPolicy) ApplyArgsForCall ¶
func (fake *FakeAggregationPolicy) ApplyArgsForCall(i int) map[string]*health.Health
func (*FakeAggregationPolicy) ApplyCallCount ¶
func (fake *FakeAggregationPolicy) ApplyCallCount() int
func (*FakeAggregationPolicy) ApplyCalls ¶ added in v0.1.2
func (*FakeAggregationPolicy) ApplyReturns ¶
func (fake *FakeAggregationPolicy) ApplyReturns(result1 *health.Health)
func (*FakeAggregationPolicy) ApplyReturnsOnCall ¶
func (fake *FakeAggregationPolicy) ApplyReturnsOnCall(i int, result1 *health.Health)
func (*FakeAggregationPolicy) Invocations ¶
func (fake *FakeAggregationPolicy) Invocations() map[string][][]interface{}
type FakeIndicator ¶
type FakeIndicator struct { HealthStub func() *health.Health NameStub func() string // contains filtered or unexported fields }
func (*FakeIndicator) Health ¶
func (fake *FakeIndicator) Health() *health.Health
func (*FakeIndicator) HealthCallCount ¶
func (fake *FakeIndicator) HealthCallCount() int
func (*FakeIndicator) HealthCalls ¶ added in v0.1.2
func (fake *FakeIndicator) HealthCalls(stub func() *health.Health)
func (*FakeIndicator) HealthReturns ¶
func (fake *FakeIndicator) HealthReturns(result1 *health.Health)
func (*FakeIndicator) HealthReturnsOnCall ¶
func (fake *FakeIndicator) HealthReturnsOnCall(i int, result1 *health.Health)
func (*FakeIndicator) Invocations ¶
func (fake *FakeIndicator) Invocations() map[string][][]interface{}
func (*FakeIndicator) Name ¶
func (fake *FakeIndicator) Name() string
func (*FakeIndicator) NameCallCount ¶
func (fake *FakeIndicator) NameCallCount() int
func (*FakeIndicator) NameCalls ¶ added in v0.1.2
func (fake *FakeIndicator) NameCalls(stub func() string)
func (*FakeIndicator) NameReturns ¶
func (fake *FakeIndicator) NameReturns(result1 string)
func (*FakeIndicator) NameReturnsOnCall ¶
func (fake *FakeIndicator) NameReturnsOnCall(i int, result1 string)
Click to show internal directories.
Click to hide internal directories.