Documentation ¶
Overview ¶
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
SPDX-License-Identifier: Apache-2.0 Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInterface
- func (fake *FakeInterface) Invocations() map[string][][]interface{}
- func (fake *FakeInterface) Schedule(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeInterface) ScheduleArgsForCall(i int) (string, string, string)
- func (fake *FakeInterface) ScheduleCallCount() int
- func (fake *FakeInterface) ScheduleCalls(stub func(string, string, string) error)
- func (fake *FakeInterface) ScheduleReturns(result1 error)
- func (fake *FakeInterface) ScheduleReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInterface ¶
type FakeInterface struct { ScheduleStub func(string, string, string) error // contains filtered or unexported fields }
func (*FakeInterface) Invocations ¶
func (fake *FakeInterface) Invocations() map[string][][]interface{}
func (*FakeInterface) Schedule ¶
func (fake *FakeInterface) Schedule(arg1 string, arg2 string, arg3 string) error
func (*FakeInterface) ScheduleArgsForCall ¶
func (fake *FakeInterface) ScheduleArgsForCall(i int) (string, string, string)
func (*FakeInterface) ScheduleCallCount ¶
func (fake *FakeInterface) ScheduleCallCount() int
func (*FakeInterface) ScheduleCalls ¶
func (fake *FakeInterface) ScheduleCalls(stub func(string, string, string) error)
func (*FakeInterface) ScheduleReturns ¶
func (fake *FakeInterface) ScheduleReturns(result1 error)
func (*FakeInterface) ScheduleReturnsOnCall ¶
func (fake *FakeInterface) ScheduleReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.