Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) AddLabel(arg1 plugins.PluginGitHubClient, arg2 string, arg3 string, arg4 int, ...) error
- func (fake *FakeImpl) AddLabelArgsForCall(i int) (plugins.PluginGitHubClient, string, string, int, string)
- func (fake *FakeImpl) AddLabelCallCount() int
- func (fake *FakeImpl) AddLabelCalls(stub func(plugins.PluginGitHubClient, string, string, int, string) error)
- func (fake *FakeImpl) AddLabelReturns(result1 error)
- func (fake *FakeImpl) AddLabelReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) GetCombinedStatus(arg1 plugins.PluginGitHubClient, arg2 string, arg3 string, arg4 string) (*github.CombinedStatus, error)
- func (fake *FakeImpl) GetCombinedStatusArgsForCall(i int) (plugins.PluginGitHubClient, string, string, string)
- func (fake *FakeImpl) GetCombinedStatusCallCount() int
- func (fake *FakeImpl) GetCombinedStatusCalls(...)
- func (fake *FakeImpl) GetCombinedStatusReturns(result1 *github.CombinedStatus, result2 error)
- func (fake *FakeImpl) GetCombinedStatusReturnsOnCall(i int, result1 *github.CombinedStatus, result2 error)
- func (fake *FakeImpl) GetIssueLabels(arg1 plugins.PluginGitHubClient, arg2 string, arg3 string, arg4 int) ([]github.Label, error)
- func (fake *FakeImpl) GetIssueLabelsArgsForCall(i int) (plugins.PluginGitHubClient, string, string, int)
- func (fake *FakeImpl) GetIssueLabelsCallCount() int
- func (fake *FakeImpl) GetIssueLabelsCalls(...)
- func (fake *FakeImpl) GetIssueLabelsReturns(result1 []github.Label, result2 error)
- func (fake *FakeImpl) GetIssueLabelsReturnsOnCall(i int, result1 []github.Label, result2 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) RemoveLabel(arg1 plugins.PluginGitHubClient, arg2 string, arg3 string, arg4 int, ...) error
- func (fake *FakeImpl) RemoveLabelArgsForCall(i int) (plugins.PluginGitHubClient, string, string, int, string)
- func (fake *FakeImpl) RemoveLabelCallCount() int
- func (fake *FakeImpl) RemoveLabelCalls(stub func(plugins.PluginGitHubClient, string, string, int, string) error)
- func (fake *FakeImpl) RemoveLabelReturns(result1 error)
- func (fake *FakeImpl) RemoveLabelReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { AddLabelStub func(plugins.PluginGitHubClient, string, string, int, string) error GetCombinedStatusStub func(plugins.PluginGitHubClient, string, string, string) (*github.CombinedStatus, error) GetIssueLabelsStub func(plugins.PluginGitHubClient, string, string, int) ([]github.Label, error) RemoveLabelStub func(plugins.PluginGitHubClient, string, string, int, string) error // contains filtered or unexported fields }
func (*FakeImpl) AddLabelArgsForCall ¶
func (*FakeImpl) AddLabelCallCount ¶
func (*FakeImpl) AddLabelCalls ¶
func (*FakeImpl) AddLabelReturns ¶
func (*FakeImpl) AddLabelReturnsOnCall ¶
func (*FakeImpl) GetCombinedStatus ¶
func (fake *FakeImpl) GetCombinedStatus(arg1 plugins.PluginGitHubClient, arg2 string, arg3 string, arg4 string) (*github.CombinedStatus, error)
func (*FakeImpl) GetCombinedStatusArgsForCall ¶
func (*FakeImpl) GetCombinedStatusCallCount ¶
func (*FakeImpl) GetCombinedStatusCalls ¶
func (fake *FakeImpl) GetCombinedStatusCalls(stub func(plugins.PluginGitHubClient, string, string, string) (*github.CombinedStatus, error))
func (*FakeImpl) GetCombinedStatusReturns ¶
func (fake *FakeImpl) GetCombinedStatusReturns(result1 *github.CombinedStatus, result2 error)
func (*FakeImpl) GetCombinedStatusReturnsOnCall ¶
func (fake *FakeImpl) GetCombinedStatusReturnsOnCall(i int, result1 *github.CombinedStatus, result2 error)
func (*FakeImpl) GetIssueLabels ¶
func (*FakeImpl) GetIssueLabelsArgsForCall ¶
func (*FakeImpl) GetIssueLabelsCallCount ¶
func (*FakeImpl) GetIssueLabelsCalls ¶
func (*FakeImpl) GetIssueLabelsReturns ¶
func (*FakeImpl) GetIssueLabelsReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) RemoveLabel ¶
func (*FakeImpl) RemoveLabelArgsForCall ¶
func (*FakeImpl) RemoveLabelCallCount ¶
func (*FakeImpl) RemoveLabelCalls ¶
func (*FakeImpl) RemoveLabelReturns ¶
func (*FakeImpl) RemoveLabelReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.