Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeService
- func (fake *FakeService) GetLabels(arg1 context.Context, arg2 string) (map[string]string, error)
- func (fake *FakeService) GetLabelsArgsForCall(i int) (context.Context, string)
- func (fake *FakeService) GetLabelsCallCount() int
- func (fake *FakeService) GetLabelsCalls(stub func(context.Context, 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 context.Context, arg2 string, arg3 map[string]string, arg4 []string) error
- func (fake *FakeService) UpdateLabelsArgsForCall(i int) (context.Context, string, map[string]string, []string)
- func (fake *FakeService) UpdateLabelsCallCount() int
- func (fake *FakeService) UpdateLabelsCalls(stub func(context.Context, 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(context.Context, string) (map[string]string, error) UpdateLabelsStub func(context.Context, string, map[string]string, []string) error // contains filtered or unexported fields }
func (*FakeService) GetLabelsArgsForCall ¶
func (fake *FakeService) GetLabelsArgsForCall(i int) (context.Context, string)
func (*FakeService) GetLabelsCallCount ¶
func (fake *FakeService) GetLabelsCallCount() int
func (*FakeService) GetLabelsCalls ¶
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.