controllersfakes

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeSentryOrganizations

type FakeSentryOrganizations struct {
	ListProjectsStub func(string, *sentry.ListOptions) ([]sentry.Project, *sentry.Response, error)
	// contains filtered or unexported fields
}

func (*FakeSentryOrganizations) Invocations

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

func (*FakeSentryOrganizations) ListProjects

func (fake *FakeSentryOrganizations) ListProjects(arg1 string, arg2 *sentry.ListOptions) ([]sentry.Project, *sentry.Response, error)

func (*FakeSentryOrganizations) ListProjectsArgsForCall

func (fake *FakeSentryOrganizations) ListProjectsArgsForCall(i int) (string, *sentry.ListOptions)

func (*FakeSentryOrganizations) ListProjectsCallCount

func (fake *FakeSentryOrganizations) ListProjectsCallCount() int

func (*FakeSentryOrganizations) ListProjectsCalls

func (fake *FakeSentryOrganizations) ListProjectsCalls(stub func(string, *sentry.ListOptions) ([]sentry.Project, *sentry.Response, error))

func (*FakeSentryOrganizations) ListProjectsReturns

func (fake *FakeSentryOrganizations) ListProjectsReturns(result1 []sentry.Project, result2 *sentry.Response, result3 error)

func (*FakeSentryOrganizations) ListProjectsReturnsOnCall

func (fake *FakeSentryOrganizations) ListProjectsReturnsOnCall(i int, result1 []sentry.Project, result2 *sentry.Response, result3 error)

type FakeSentryProjects

type FakeSentryProjects struct {
	CreateKeyStub func(string, string, *sentry.CreateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error)

	DeleteStub func(string, string) (*sentry.Response, error)

	DeleteKeyStub func(string, string, string) (*sentry.Response, error)

	ListKeysStub func(string, string, *sentry.ListOptions) ([]sentry.ProjectKey, *sentry.Response, error)

	UpdateStub func(string, string, *sentry.UpdateProjectParams) (*sentry.Project, *sentry.Response, error)

	UpdateKeyStub func(string, string, string, *sentry.UpdateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error)
	// contains filtered or unexported fields
}

func (*FakeSentryProjects) CreateKey

func (*FakeSentryProjects) CreateKeyArgsForCall

func (fake *FakeSentryProjects) CreateKeyArgsForCall(i int) (string, string, *sentry.CreateProjectKeyParams)

func (*FakeSentryProjects) CreateKeyCallCount

func (fake *FakeSentryProjects) CreateKeyCallCount() int

func (*FakeSentryProjects) CreateKeyCalls

func (*FakeSentryProjects) CreateKeyReturns

func (fake *FakeSentryProjects) CreateKeyReturns(result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) CreateKeyReturnsOnCall

func (fake *FakeSentryProjects) CreateKeyReturnsOnCall(i int, result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) Delete

func (fake *FakeSentryProjects) Delete(arg1 string, arg2 string) (*sentry.Response, error)

func (*FakeSentryProjects) DeleteArgsForCall

func (fake *FakeSentryProjects) DeleteArgsForCall(i int) (string, string)

func (*FakeSentryProjects) DeleteCallCount

func (fake *FakeSentryProjects) DeleteCallCount() int

func (*FakeSentryProjects) DeleteCalls

func (fake *FakeSentryProjects) DeleteCalls(stub func(string, string) (*sentry.Response, error))

func (*FakeSentryProjects) DeleteKey

func (fake *FakeSentryProjects) DeleteKey(arg1 string, arg2 string, arg3 string) (*sentry.Response, error)

func (*FakeSentryProjects) DeleteKeyArgsForCall

func (fake *FakeSentryProjects) DeleteKeyArgsForCall(i int) (string, string, string)

func (*FakeSentryProjects) DeleteKeyCallCount

func (fake *FakeSentryProjects) DeleteKeyCallCount() int

func (*FakeSentryProjects) DeleteKeyCalls

func (fake *FakeSentryProjects) DeleteKeyCalls(stub func(string, string, string) (*sentry.Response, error))

func (*FakeSentryProjects) DeleteKeyReturns

func (fake *FakeSentryProjects) DeleteKeyReturns(result1 *sentry.Response, result2 error)

func (*FakeSentryProjects) DeleteKeyReturnsOnCall

func (fake *FakeSentryProjects) DeleteKeyReturnsOnCall(i int, result1 *sentry.Response, result2 error)

func (*FakeSentryProjects) DeleteReturns

func (fake *FakeSentryProjects) DeleteReturns(result1 *sentry.Response, result2 error)

func (*FakeSentryProjects) DeleteReturnsOnCall

func (fake *FakeSentryProjects) DeleteReturnsOnCall(i int, result1 *sentry.Response, result2 error)

func (*FakeSentryProjects) Invocations

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

func (*FakeSentryProjects) ListKeys

func (fake *FakeSentryProjects) ListKeys(arg1 string, arg2 string, arg3 *sentry.ListOptions) ([]sentry.ProjectKey, *sentry.Response, error)

func (*FakeSentryProjects) ListKeysArgsForCall

func (fake *FakeSentryProjects) ListKeysArgsForCall(i int) (string, string, *sentry.ListOptions)

func (*FakeSentryProjects) ListKeysCallCount

func (fake *FakeSentryProjects) ListKeysCallCount() int

func (*FakeSentryProjects) ListKeysCalls

func (fake *FakeSentryProjects) ListKeysCalls(stub func(string, string, *sentry.ListOptions) ([]sentry.ProjectKey, *sentry.Response, error))

func (*FakeSentryProjects) ListKeysReturns

func (fake *FakeSentryProjects) ListKeysReturns(result1 []sentry.ProjectKey, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) ListKeysReturnsOnCall

func (fake *FakeSentryProjects) ListKeysReturnsOnCall(i int, result1 []sentry.ProjectKey, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) Update

func (*FakeSentryProjects) UpdateArgsForCall

func (fake *FakeSentryProjects) UpdateArgsForCall(i int) (string, string, *sentry.UpdateProjectParams)

func (*FakeSentryProjects) UpdateCallCount

func (fake *FakeSentryProjects) UpdateCallCount() int

func (*FakeSentryProjects) UpdateCalls

func (*FakeSentryProjects) UpdateKey

func (fake *FakeSentryProjects) UpdateKey(arg1 string, arg2 string, arg3 string, arg4 *sentry.UpdateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error)

func (*FakeSentryProjects) UpdateKeyArgsForCall

func (fake *FakeSentryProjects) UpdateKeyArgsForCall(i int) (string, string, string, *sentry.UpdateProjectKeyParams)

func (*FakeSentryProjects) UpdateKeyCallCount

func (fake *FakeSentryProjects) UpdateKeyCallCount() int

func (*FakeSentryProjects) UpdateKeyCalls

func (*FakeSentryProjects) UpdateKeyReturns

func (fake *FakeSentryProjects) UpdateKeyReturns(result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) UpdateKeyReturnsOnCall

func (fake *FakeSentryProjects) UpdateKeyReturnsOnCall(i int, result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) UpdateReturns

func (fake *FakeSentryProjects) UpdateReturns(result1 *sentry.Project, result2 *sentry.Response, result3 error)

func (*FakeSentryProjects) UpdateReturnsOnCall

func (fake *FakeSentryProjects) UpdateReturnsOnCall(i int, result1 *sentry.Project, result2 *sentry.Response, result3 error)

type FakeSentryTeams

type FakeSentryTeams struct {
	CreateStub func(string, *sentry.CreateTeamParams) (*sentry.Team, *sentry.Response, error)

	CreateProjectStub func(string, string, *sentry.CreateProjectParams) (*sentry.Project, *sentry.Response, error)

	DeleteStub func(string, string) (*sentry.Response, error)

	ListStub func(string, *sentry.ListOptions) ([]sentry.Team, *sentry.Response, error)

	UpdateStub func(string, string, *sentry.UpdateTeamParams) (*sentry.Team, *sentry.Response, error)
	// contains filtered or unexported fields
}

func (*FakeSentryTeams) Create

func (fake *FakeSentryTeams) Create(arg1 string, arg2 *sentry.CreateTeamParams) (*sentry.Team, *sentry.Response, error)

func (*FakeSentryTeams) CreateArgsForCall

func (fake *FakeSentryTeams) CreateArgsForCall(i int) (string, *sentry.CreateTeamParams)

func (*FakeSentryTeams) CreateCallCount

func (fake *FakeSentryTeams) CreateCallCount() int

func (*FakeSentryTeams) CreateCalls

func (fake *FakeSentryTeams) CreateCalls(stub func(string, *sentry.CreateTeamParams) (*sentry.Team, *sentry.Response, error))

func (*FakeSentryTeams) CreateProject

func (fake *FakeSentryTeams) CreateProject(arg1 string, arg2 string, arg3 *sentry.CreateProjectParams) (*sentry.Project, *sentry.Response, error)

func (*FakeSentryTeams) CreateProjectArgsForCall

func (fake *FakeSentryTeams) CreateProjectArgsForCall(i int) (string, string, *sentry.CreateProjectParams)

func (*FakeSentryTeams) CreateProjectCallCount

func (fake *FakeSentryTeams) CreateProjectCallCount() int

func (*FakeSentryTeams) CreateProjectCalls

func (fake *FakeSentryTeams) CreateProjectCalls(stub func(string, string, *sentry.CreateProjectParams) (*sentry.Project, *sentry.Response, error))

func (*FakeSentryTeams) CreateProjectReturns

func (fake *FakeSentryTeams) CreateProjectReturns(result1 *sentry.Project, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) CreateProjectReturnsOnCall

func (fake *FakeSentryTeams) CreateProjectReturnsOnCall(i int, result1 *sentry.Project, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) CreateReturns

func (fake *FakeSentryTeams) CreateReturns(result1 *sentry.Team, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) CreateReturnsOnCall

func (fake *FakeSentryTeams) CreateReturnsOnCall(i int, result1 *sentry.Team, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) Delete

func (fake *FakeSentryTeams) Delete(arg1 string, arg2 string) (*sentry.Response, error)

func (*FakeSentryTeams) DeleteArgsForCall

func (fake *FakeSentryTeams) DeleteArgsForCall(i int) (string, string)

func (*FakeSentryTeams) DeleteCallCount

func (fake *FakeSentryTeams) DeleteCallCount() int

func (*FakeSentryTeams) DeleteCalls

func (fake *FakeSentryTeams) DeleteCalls(stub func(string, string) (*sentry.Response, error))

func (*FakeSentryTeams) DeleteReturns

func (fake *FakeSentryTeams) DeleteReturns(result1 *sentry.Response, result2 error)

func (*FakeSentryTeams) DeleteReturnsOnCall

func (fake *FakeSentryTeams) DeleteReturnsOnCall(i int, result1 *sentry.Response, result2 error)

func (*FakeSentryTeams) Invocations

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

func (*FakeSentryTeams) List

func (fake *FakeSentryTeams) List(arg1 string, arg2 *sentry.ListOptions) ([]sentry.Team, *sentry.Response, error)

func (*FakeSentryTeams) ListArgsForCall

func (fake *FakeSentryTeams) ListArgsForCall(i int) (string, *sentry.ListOptions)

func (*FakeSentryTeams) ListCallCount

func (fake *FakeSentryTeams) ListCallCount() int

func (*FakeSentryTeams) ListCalls

func (fake *FakeSentryTeams) ListCalls(stub func(string, *sentry.ListOptions) ([]sentry.Team, *sentry.Response, error))

func (*FakeSentryTeams) ListReturns

func (fake *FakeSentryTeams) ListReturns(result1 []sentry.Team, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) ListReturnsOnCall

func (fake *FakeSentryTeams) ListReturnsOnCall(i int, result1 []sentry.Team, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) Update

func (fake *FakeSentryTeams) Update(arg1 string, arg2 string, arg3 *sentry.UpdateTeamParams) (*sentry.Team, *sentry.Response, error)

func (*FakeSentryTeams) UpdateArgsForCall

func (fake *FakeSentryTeams) UpdateArgsForCall(i int) (string, string, *sentry.UpdateTeamParams)

func (*FakeSentryTeams) UpdateCallCount

func (fake *FakeSentryTeams) UpdateCallCount() int

func (*FakeSentryTeams) UpdateCalls

func (fake *FakeSentryTeams) UpdateCalls(stub func(string, string, *sentry.UpdateTeamParams) (*sentry.Team, *sentry.Response, error))

func (*FakeSentryTeams) UpdateReturns

func (fake *FakeSentryTeams) UpdateReturns(result1 *sentry.Team, result2 *sentry.Response, result3 error)

func (*FakeSentryTeams) UpdateReturnsOnCall

func (fake *FakeSentryTeams) UpdateReturnsOnCall(i int, result1 *sentry.Team, result2 *sentry.Response, result3 error)

Jump to

Keyboard shortcuts

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