Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRepositoriesService
- func (fake *FakeRepositoriesService) Invocations() map[string][][]interface{}
- func (fake *FakeRepositoriesService) ListByOrg(arg1 context.Context, arg2 string, arg3 *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error)
- func (fake *FakeRepositoriesService) ListByOrgArgsForCall(i int) (context.Context, string, *github.RepositoryListByOrgOptions)
- func (fake *FakeRepositoriesService) ListByOrgCallCount() int
- func (fake *FakeRepositoriesService) ListByOrgCalls(...)
- func (fake *FakeRepositoriesService) ListByOrgReturns(result1 []*github.Repository, result2 *github.Response, result3 error)
- func (fake *FakeRepositoriesService) ListByOrgReturnsOnCall(i int, result1 []*github.Repository, result2 *github.Response, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRepositoriesService ¶
type FakeRepositoriesService struct { ListByOrgStub func(context.Context, string, *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error) // contains filtered or unexported fields }
func (*FakeRepositoriesService) Invocations ¶
func (fake *FakeRepositoriesService) Invocations() map[string][][]interface{}
func (*FakeRepositoriesService) ListByOrg ¶
func (fake *FakeRepositoriesService) ListByOrg(arg1 context.Context, arg2 string, arg3 *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error)
func (*FakeRepositoriesService) ListByOrgArgsForCall ¶
func (fake *FakeRepositoriesService) ListByOrgArgsForCall(i int) (context.Context, string, *github.RepositoryListByOrgOptions)
func (*FakeRepositoriesService) ListByOrgCallCount ¶
func (fake *FakeRepositoriesService) ListByOrgCallCount() int
func (*FakeRepositoriesService) ListByOrgCalls ¶
func (fake *FakeRepositoriesService) ListByOrgCalls(stub func(context.Context, string, *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error))
func (*FakeRepositoriesService) ListByOrgReturns ¶
func (fake *FakeRepositoriesService) ListByOrgReturns(result1 []*github.Repository, result2 *github.Response, result3 error)
func (*FakeRepositoriesService) ListByOrgReturnsOnCall ¶
func (fake *FakeRepositoriesService) ListByOrgReturnsOnCall(i int, result1 []*github.Repository, result2 *github.Response, result3 error)
Click to show internal directories.
Click to hide internal directories.