teamstrfakes

package
v52.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeOrgRepo

type FakeOrgRepo struct {
	AddTeamRepoStub func(team int, owner string, repo string, opt *github.OrganizationAddTeamRepoOptions) (*github.Response, error)

	ListTeamReposStub func(team int, opt *github.ListOptions) ([]*github.Repository, *github.Response, error)
	// contains filtered or unexported fields
}

func (*FakeOrgRepo) AddTeamRepo

func (fake *FakeOrgRepo) AddTeamRepo(team int, owner string, repo string, opt *github.OrganizationAddTeamRepoOptions) (*github.Response, error)

func (*FakeOrgRepo) AddTeamRepoArgsForCall

func (fake *FakeOrgRepo) AddTeamRepoArgsForCall(i int) (int, string, string, *github.OrganizationAddTeamRepoOptions)

func (*FakeOrgRepo) AddTeamRepoCallCount

func (fake *FakeOrgRepo) AddTeamRepoCallCount() int

func (*FakeOrgRepo) AddTeamRepoReturns

func (fake *FakeOrgRepo) AddTeamRepoReturns(result1 *github.Response, result2 error)

func (*FakeOrgRepo) Invocations

func (fake *FakeOrgRepo) Invocations() map[string][][]interface{}

func (*FakeOrgRepo) ListTeamRepos

func (fake *FakeOrgRepo) ListTeamRepos(team int, opt *github.ListOptions) ([]*github.Repository, *github.Response, error)

func (*FakeOrgRepo) ListTeamReposArgsForCall

func (fake *FakeOrgRepo) ListTeamReposArgsForCall(i int) (int, *github.ListOptions)

func (*FakeOrgRepo) ListTeamReposCallCount

func (fake *FakeOrgRepo) ListTeamReposCallCount() int

func (*FakeOrgRepo) ListTeamReposReturns

func (fake *FakeOrgRepo) ListTeamReposReturns(result1 []*github.Repository, result2 *github.Response, result3 error)

type FakeRepoRepo

type FakeRepoRepo struct {
	ListByOrgStub func(org string, opt *github.RepositoryListByOrgOptions) ([]*github.Repository, *github.Response, error)
	// contains filtered or unexported fields
}

func (*FakeRepoRepo) Invocations

func (fake *FakeRepoRepo) Invocations() map[string][][]interface{}

func (*FakeRepoRepo) ListByOrg

func (*FakeRepoRepo) ListByOrgArgsForCall

func (fake *FakeRepoRepo) ListByOrgArgsForCall(i int) (string, *github.RepositoryListByOrgOptions)

func (*FakeRepoRepo) ListByOrgCallCount

func (fake *FakeRepoRepo) ListByOrgCallCount() int

func (*FakeRepoRepo) ListByOrgReturns

func (fake *FakeRepoRepo) ListByOrgReturns(result1 []*github.Repository, result2 *github.Response, result3 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL