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) ValidateLink(arg1 string, arg2 string) bool
- func (fake *FakeInterface) ValidateLinkArgsForCall(i int) (string, string)
- func (fake *FakeInterface) ValidateLinkCallCount() int
- func (fake *FakeInterface) ValidateLinkCalls(stub func(string, string) bool)
- func (fake *FakeInterface) ValidateLinkReturns(result1 bool)
- func (fake *FakeInterface) ValidateLinkReturnsOnCall(i int, result1 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInterface ¶
type FakeInterface struct { ValidateLinkStub func(string, string) bool // contains filtered or unexported fields }
func (*FakeInterface) Invocations ¶
func (fake *FakeInterface) Invocations() map[string][][]interface{}
func (*FakeInterface) ValidateLink ¶
func (fake *FakeInterface) ValidateLink(arg1 string, arg2 string) bool
func (*FakeInterface) ValidateLinkArgsForCall ¶
func (fake *FakeInterface) ValidateLinkArgsForCall(i int) (string, string)
func (*FakeInterface) ValidateLinkCallCount ¶
func (fake *FakeInterface) ValidateLinkCallCount() int
func (*FakeInterface) ValidateLinkCalls ¶
func (fake *FakeInterface) ValidateLinkCalls(stub func(string, string) bool)
func (*FakeInterface) ValidateLinkReturns ¶
func (fake *FakeInterface) ValidateLinkReturns(result1 bool)
func (*FakeInterface) ValidateLinkReturnsOnCall ¶
func (fake *FakeInterface) ValidateLinkReturnsOnCall(i int, result1 bool)
Click to show internal directories.
Click to hide internal directories.