Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAggregationPolicy
- func (fake *FakeAggregationPolicy) Apply(healths map[string]*health.Health) *health.Health
- func (fake *FakeAggregationPolicy) ApplyArgsForCall(i int) map[string]*health.Health
- func (fake *FakeAggregationPolicy) ApplyCallCount() int
- 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) 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) 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(healths 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) 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 { NameStub func() string HealthStub func() *health.Health // contains filtered or unexported fields }
func (*FakeIndicator) Health ¶
func (fake *FakeIndicator) Health() *health.Health
func (*FakeIndicator) HealthCallCount ¶
func (fake *FakeIndicator) HealthCallCount() int
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) 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.