mocks

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBillingService

type MockBillingService struct {
	// contains filtered or unexported fields
}

MockBillingService is a mock of BillingService interface.

func NewMockBillingService

func NewMockBillingService(ctrl *gomock.Controller) *MockBillingService

NewMockBillingService creates a new mock instance.

func (*MockBillingService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBillingService) GetActionsBillingOrg

func (m *MockBillingService) GetActionsBillingOrg(arg0 context.Context, arg1 string) (*github.ActionBilling, *github.Response, error)

GetActionsBillingOrg mocks base method.

func (*MockBillingService) GetPackagesBillingOrg

func (m *MockBillingService) GetPackagesBillingOrg(arg0 context.Context, arg1 string) (*github.PackageBilling, *github.Response, error)

GetPackagesBillingOrg mocks base method.

func (*MockBillingService) GetStorageBillingOrg

func (m *MockBillingService) GetStorageBillingOrg(arg0 context.Context, arg1 string) (*github.StorageBilling, *github.Response, error)

GetStorageBillingOrg mocks base method.

type MockBillingServiceMockRecorder

type MockBillingServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockBillingServiceMockRecorder is the mock recorder for MockBillingService.

func (*MockBillingServiceMockRecorder) GetActionsBillingOrg

func (mr *MockBillingServiceMockRecorder) GetActionsBillingOrg(arg0, arg1 interface{}) *gomock.Call

GetActionsBillingOrg indicates an expected call of GetActionsBillingOrg.

func (*MockBillingServiceMockRecorder) GetPackagesBillingOrg

func (mr *MockBillingServiceMockRecorder) GetPackagesBillingOrg(arg0, arg1 interface{}) *gomock.Call

GetPackagesBillingOrg indicates an expected call of GetPackagesBillingOrg.

func (*MockBillingServiceMockRecorder) GetStorageBillingOrg

func (mr *MockBillingServiceMockRecorder) GetStorageBillingOrg(arg0, arg1 interface{}) *gomock.Call

GetStorageBillingOrg indicates an expected call of GetStorageBillingOrg.

type MockIssuesService

type MockIssuesService struct {
	// contains filtered or unexported fields
}

MockIssuesService is a mock of IssuesService interface.

func NewMockIssuesService

func NewMockIssuesService(ctrl *gomock.Controller) *MockIssuesService

NewMockIssuesService creates a new mock instance.

func (*MockIssuesService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIssuesService) ListByOrg

ListByOrg mocks base method.

type MockIssuesServiceMockRecorder

type MockIssuesServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockIssuesServiceMockRecorder is the mock recorder for MockIssuesService.

func (*MockIssuesServiceMockRecorder) ListByOrg

func (mr *MockIssuesServiceMockRecorder) ListByOrg(arg0, arg1, arg2 interface{}) *gomock.Call

ListByOrg indicates an expected call of ListByOrg.

type MockOrganizationsService

type MockOrganizationsService struct {
	// contains filtered or unexported fields
}

MockOrganizationsService is a mock of OrganizationsService interface.

func NewMockOrganizationsService

func NewMockOrganizationsService(ctrl *gomock.Controller) *MockOrganizationsService

NewMockOrganizationsService creates a new mock instance.

func (*MockOrganizationsService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOrganizationsService) Get

Get mocks base method.

func (*MockOrganizationsService) GetOrgMembership

func (m *MockOrganizationsService) GetOrgMembership(arg0 context.Context, arg1, arg2 string) (*github.Membership, *github.Response, error)

GetOrgMembership mocks base method.

func (*MockOrganizationsService) ListHookDeliveries

func (m *MockOrganizationsService) ListHookDeliveries(arg0 context.Context, arg1 string, arg2 int64, arg3 *github.ListCursorOptions) ([]*github.HookDelivery, *github.Response, error)

ListHookDeliveries mocks base method.

func (*MockOrganizationsService) ListHooks

ListHooks mocks base method.

func (*MockOrganizationsService) ListInstallations

ListInstallations mocks base method.

func (*MockOrganizationsService) ListMembers

ListMembers mocks base method.

type MockOrganizationsServiceMockRecorder

type MockOrganizationsServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockOrganizationsServiceMockRecorder is the mock recorder for MockOrganizationsService.

func (*MockOrganizationsServiceMockRecorder) Get

func (mr *MockOrganizationsServiceMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockOrganizationsServiceMockRecorder) GetOrgMembership

func (mr *MockOrganizationsServiceMockRecorder) GetOrgMembership(arg0, arg1, arg2 interface{}) *gomock.Call

GetOrgMembership indicates an expected call of GetOrgMembership.

func (*MockOrganizationsServiceMockRecorder) ListHookDeliveries

func (mr *MockOrganizationsServiceMockRecorder) ListHookDeliveries(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListHookDeliveries indicates an expected call of ListHookDeliveries.

func (*MockOrganizationsServiceMockRecorder) ListHooks

func (mr *MockOrganizationsServiceMockRecorder) ListHooks(arg0, arg1, arg2 interface{}) *gomock.Call

ListHooks indicates an expected call of ListHooks.

func (*MockOrganizationsServiceMockRecorder) ListInstallations

func (mr *MockOrganizationsServiceMockRecorder) ListInstallations(arg0, arg1, arg2 interface{}) *gomock.Call

ListInstallations indicates an expected call of ListInstallations.

func (*MockOrganizationsServiceMockRecorder) ListMembers

func (mr *MockOrganizationsServiceMockRecorder) ListMembers(arg0, arg1, arg2 interface{}) *gomock.Call

ListMembers indicates an expected call of ListMembers.

type MockRepositoriesService

type MockRepositoriesService struct {
	// contains filtered or unexported fields
}

MockRepositoriesService is a mock of RepositoriesService interface.

func NewMockRepositoriesService

func NewMockRepositoriesService(ctrl *gomock.Controller) *MockRepositoriesService

NewMockRepositoriesService creates a new mock instance.

func (*MockRepositoriesService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRepositoriesService) ListByOrg

ListByOrg mocks base method.

type MockRepositoriesServiceMockRecorder

type MockRepositoriesServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepositoriesServiceMockRecorder is the mock recorder for MockRepositoriesService.

func (*MockRepositoriesServiceMockRecorder) ListByOrg

func (mr *MockRepositoriesServiceMockRecorder) ListByOrg(arg0, arg1, arg2 interface{}) *gomock.Call

ListByOrg indicates an expected call of ListByOrg.

type MockTeamsService

type MockTeamsService struct {
	// contains filtered or unexported fields
}

MockTeamsService is a mock of TeamsService interface.

func NewMockTeamsService

func NewMockTeamsService(ctrl *gomock.Controller) *MockTeamsService

NewMockTeamsService creates a new mock instance.

func (*MockTeamsService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTeamsService) ListExternalGroups

ListExternalGroups mocks base method.

func (*MockTeamsService) ListTeamMembersByID

func (m *MockTeamsService) ListTeamMembersByID(arg0 context.Context, arg1, arg2 int64, arg3 *github.TeamListTeamMembersOptions) ([]*github.User, *github.Response, error)

ListTeamMembersByID mocks base method.

func (*MockTeamsService) ListTeamReposByID

func (m *MockTeamsService) ListTeamReposByID(arg0 context.Context, arg1, arg2 int64, arg3 *github.ListOptions) ([]*github.Repository, *github.Response, error)

ListTeamReposByID mocks base method.

func (*MockTeamsService) ListTeams

func (m *MockTeamsService) ListTeams(arg0 context.Context, arg1 string, arg2 *github.ListOptions) ([]*github.Team, *github.Response, error)

ListTeams mocks base method.

type MockTeamsServiceMockRecorder

type MockTeamsServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockTeamsServiceMockRecorder is the mock recorder for MockTeamsService.

func (*MockTeamsServiceMockRecorder) ListExternalGroups

func (mr *MockTeamsServiceMockRecorder) ListExternalGroups(arg0, arg1, arg2 interface{}) *gomock.Call

ListExternalGroups indicates an expected call of ListExternalGroups.

func (*MockTeamsServiceMockRecorder) ListTeamMembersByID

func (mr *MockTeamsServiceMockRecorder) ListTeamMembersByID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListTeamMembersByID indicates an expected call of ListTeamMembersByID.

func (*MockTeamsServiceMockRecorder) ListTeamReposByID

func (mr *MockTeamsServiceMockRecorder) ListTeamReposByID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListTeamReposByID indicates an expected call of ListTeamReposByID.

func (*MockTeamsServiceMockRecorder) ListTeams

func (mr *MockTeamsServiceMockRecorder) ListTeams(arg0, arg1, arg2 interface{}) *gomock.Call

ListTeams indicates an expected call of ListTeams.

Jump to

Keyboard shortcuts

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