Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeService
- func (fake *FakeService) GetLabels(arg1 string) (map[string]string, error)
- func (fake *FakeService) GetLabelsArgsForCall(i int) string
- func (fake *FakeService) GetLabelsCallCount() int
- func (fake *FakeService) GetLabelsCalls(stub func(string) (map[string]string, error))
- func (fake *FakeService) GetLabelsReturns(result1 map[string]string, result2 error)
- func (fake *FakeService) GetLabelsReturnsOnCall(i int, result1 map[string]string, result2 error)
- func (fake *FakeService) Invocations() map[string][][]interface{}
- func (fake *FakeService) UpdateLabels(arg1 string, arg2 map[string]string, arg3 []string) error
- func (fake *FakeService) UpdateLabelsArgsForCall(i int) (string, map[string]string, []string)
- func (fake *FakeService) UpdateLabelsCallCount() int
- func (fake *FakeService) UpdateLabelsCalls(stub func(string, map[string]string, []string) error)
- func (fake *FakeService) UpdateLabelsReturns(result1 error)
- func (fake *FakeService) UpdateLabelsReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeService ¶
type FakeService struct { GetLabelsStub func(string) (map[string]string, error) UpdateLabelsStub func(string, map[string]string, []string) error // contains filtered or unexported fields }
func (*FakeService) GetLabels ¶
func (fake *FakeService) GetLabels(arg1 string) (map[string]string, error)
func (*FakeService) GetLabelsArgsForCall ¶
func (fake *FakeService) GetLabelsArgsForCall(i int) string
func (*FakeService) GetLabelsCallCount ¶
func (fake *FakeService) GetLabelsCallCount() int
func (*FakeService) GetLabelsCalls ¶
func (fake *FakeService) GetLabelsCalls(stub func(string) (map[string]string, error))
func (*FakeService) GetLabelsReturns ¶
func (fake *FakeService) GetLabelsReturns(result1 map[string]string, result2 error)
func (*FakeService) GetLabelsReturnsOnCall ¶
func (fake *FakeService) GetLabelsReturnsOnCall(i int, result1 map[string]string, result2 error)
func (*FakeService) Invocations ¶
func (fake *FakeService) Invocations() map[string][][]interface{}
func (*FakeService) UpdateLabels ¶
func (*FakeService) UpdateLabelsArgsForCall ¶
func (*FakeService) UpdateLabelsCallCount ¶
func (fake *FakeService) UpdateLabelsCallCount() int
func (*FakeService) UpdateLabelsCalls ¶
func (*FakeService) UpdateLabelsReturns ¶
func (fake *FakeService) UpdateLabelsReturns(result1 error)
func (*FakeService) UpdateLabelsReturnsOnCall ¶
func (fake *FakeService) UpdateLabelsReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.