Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeGithubService
- func (fake *FakeGithubService) Invocations() map[string][][]interface{}
- func (fake *FakeGithubService) Status(arg1 string) (int, error)
- func (fake *FakeGithubService) StatusArgsForCall(i int) string
- func (fake *FakeGithubService) StatusCallCount() int
- func (fake *FakeGithubService) StatusReturns(result1 int, result2 error)
- func (fake *FakeGithubService) StatusReturnsOnCall(i int, result1 int, result2 error)
- type FakeRateClient
- func (fake *FakeRateClient) Invocations() map[string][][]interface{}
- func (fake *FakeRateClient) RateLimits(arg1 context.Context) (*github.RateLimits, *github.Response, error)
- func (fake *FakeRateClient) RateLimitsArgsForCall(i int) context.Context
- func (fake *FakeRateClient) RateLimitsCallCount() int
- func (fake *FakeRateClient) RateLimitsReturns(result1 *github.RateLimits, result2 *github.Response, result3 error)
- func (fake *FakeRateClient) RateLimitsReturnsOnCall(i int, result1 *github.RateLimits, result2 *github.Response, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGithubService ¶
type FakeGithubService struct { StatusStub func(string) (int, error) // contains filtered or unexported fields }
func (*FakeGithubService) Invocations ¶
func (fake *FakeGithubService) Invocations() map[string][][]interface{}
func (*FakeGithubService) StatusArgsForCall ¶
func (fake *FakeGithubService) StatusArgsForCall(i int) string
func (*FakeGithubService) StatusCallCount ¶
func (fake *FakeGithubService) StatusCallCount() int
func (*FakeGithubService) StatusReturns ¶
func (fake *FakeGithubService) StatusReturns(result1 int, result2 error)
func (*FakeGithubService) StatusReturnsOnCall ¶
func (fake *FakeGithubService) StatusReturnsOnCall(i int, result1 int, result2 error)
type FakeRateClient ¶
type FakeRateClient struct { RateLimitsStub func(context.Context) (*github.RateLimits, *github.Response, error) // contains filtered or unexported fields }
func (*FakeRateClient) Invocations ¶
func (fake *FakeRateClient) Invocations() map[string][][]interface{}
func (*FakeRateClient) RateLimits ¶
func (fake *FakeRateClient) RateLimits(arg1 context.Context) (*github.RateLimits, *github.Response, error)
func (*FakeRateClient) RateLimitsArgsForCall ¶
func (fake *FakeRateClient) RateLimitsArgsForCall(i int) context.Context
func (*FakeRateClient) RateLimitsCallCount ¶
func (fake *FakeRateClient) RateLimitsCallCount() int
func (*FakeRateClient) RateLimitsReturns ¶
func (fake *FakeRateClient) RateLimitsReturns(result1 *github.RateLimits, result2 *github.Response, result3 error)
func (*FakeRateClient) RateLimitsReturnsOnCall ¶
func (fake *FakeRateClient) RateLimitsReturnsOnCall(i int, result1 *github.RateLimits, result2 *github.Response, result3 error)
Click to show internal directories.
Click to hide internal directories.