Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSentryOrganizations
- func (fake *FakeSentryOrganizations) Invocations() map[string][][]interface{}
- func (fake *FakeSentryOrganizations) ListProjects(arg1 string, arg2 *sentry.ListOptions) ([]sentry.Project, *sentry.Response, error)
- func (fake *FakeSentryOrganizations) ListProjectsArgsForCall(i int) (string, *sentry.ListOptions)
- func (fake *FakeSentryOrganizations) ListProjectsCallCount() int
- func (fake *FakeSentryOrganizations) ListProjectsCalls(...)
- func (fake *FakeSentryOrganizations) ListProjectsReturns(result1 []sentry.Project, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryOrganizations) ListProjectsReturnsOnCall(i int, result1 []sentry.Project, result2 *sentry.Response, result3 error)
- type FakeSentryProjects
- func (fake *FakeSentryProjects) CreateKey(arg1 string, arg2 string, arg3 *sentry.CreateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error)
- func (fake *FakeSentryProjects) CreateKeyArgsForCall(i int) (string, string, *sentry.CreateProjectKeyParams)
- func (fake *FakeSentryProjects) CreateKeyCallCount() int
- func (fake *FakeSentryProjects) CreateKeyCalls(...)
- func (fake *FakeSentryProjects) CreateKeyReturns(result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) CreateKeyReturnsOnCall(i int, result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) Delete(arg1 string, arg2 string) (*sentry.Response, error)
- func (fake *FakeSentryProjects) DeleteArgsForCall(i int) (string, string)
- func (fake *FakeSentryProjects) DeleteCallCount() int
- func (fake *FakeSentryProjects) DeleteCalls(stub func(string, string) (*sentry.Response, error))
- func (fake *FakeSentryProjects) DeleteKey(arg1 string, arg2 string, arg3 string) (*sentry.Response, error)
- func (fake *FakeSentryProjects) DeleteKeyArgsForCall(i int) (string, string, string)
- func (fake *FakeSentryProjects) DeleteKeyCallCount() int
- func (fake *FakeSentryProjects) DeleteKeyCalls(stub func(string, string, string) (*sentry.Response, error))
- func (fake *FakeSentryProjects) DeleteKeyReturns(result1 *sentry.Response, result2 error)
- func (fake *FakeSentryProjects) DeleteKeyReturnsOnCall(i int, result1 *sentry.Response, result2 error)
- func (fake *FakeSentryProjects) DeleteReturns(result1 *sentry.Response, result2 error)
- func (fake *FakeSentryProjects) DeleteReturnsOnCall(i int, result1 *sentry.Response, result2 error)
- func (fake *FakeSentryProjects) Invocations() map[string][][]interface{}
- func (fake *FakeSentryProjects) ListKeys(arg1 string, arg2 string, arg3 *sentry.ListOptions) ([]sentry.ProjectKey, *sentry.Response, error)
- func (fake *FakeSentryProjects) ListKeysArgsForCall(i int) (string, string, *sentry.ListOptions)
- func (fake *FakeSentryProjects) ListKeysCallCount() int
- func (fake *FakeSentryProjects) ListKeysCalls(...)
- func (fake *FakeSentryProjects) ListKeysReturns(result1 []sentry.ProjectKey, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) ListKeysReturnsOnCall(i int, result1 []sentry.ProjectKey, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) Update(arg1 string, arg2 string, arg3 *sentry.UpdateProjectParams) (*sentry.Project, *sentry.Response, error)
- func (fake *FakeSentryProjects) UpdateArgsForCall(i int) (string, string, *sentry.UpdateProjectParams)
- func (fake *FakeSentryProjects) UpdateCallCount() int
- func (fake *FakeSentryProjects) UpdateCalls(...)
- func (fake *FakeSentryProjects) UpdateKey(arg1 string, arg2 string, arg3 string, arg4 *sentry.UpdateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error)
- func (fake *FakeSentryProjects) UpdateKeyArgsForCall(i int) (string, string, string, *sentry.UpdateProjectKeyParams)
- func (fake *FakeSentryProjects) UpdateKeyCallCount() int
- func (fake *FakeSentryProjects) UpdateKeyCalls(...)
- func (fake *FakeSentryProjects) UpdateKeyReturns(result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) UpdateKeyReturnsOnCall(i int, result1 *sentry.ProjectKey, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) UpdateReturns(result1 *sentry.Project, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryProjects) UpdateReturnsOnCall(i int, result1 *sentry.Project, result2 *sentry.Response, result3 error)
- type FakeSentryTeams
- func (fake *FakeSentryTeams) Create(arg1 string, arg2 *sentry.CreateTeamParams) (*sentry.Team, *sentry.Response, error)
- func (fake *FakeSentryTeams) CreateArgsForCall(i int) (string, *sentry.CreateTeamParams)
- func (fake *FakeSentryTeams) CreateCallCount() int
- func (fake *FakeSentryTeams) CreateCalls(...)
- func (fake *FakeSentryTeams) CreateProject(arg1 string, arg2 string, arg3 *sentry.CreateProjectParams) (*sentry.Project, *sentry.Response, error)
- func (fake *FakeSentryTeams) CreateProjectArgsForCall(i int) (string, string, *sentry.CreateProjectParams)
- func (fake *FakeSentryTeams) CreateProjectCallCount() int
- func (fake *FakeSentryTeams) CreateProjectCalls(...)
- func (fake *FakeSentryTeams) CreateProjectReturns(result1 *sentry.Project, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) CreateProjectReturnsOnCall(i int, result1 *sentry.Project, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) CreateReturns(result1 *sentry.Team, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) CreateReturnsOnCall(i int, result1 *sentry.Team, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) Delete(arg1 string, arg2 string) (*sentry.Response, error)
- func (fake *FakeSentryTeams) DeleteArgsForCall(i int) (string, string)
- func (fake *FakeSentryTeams) DeleteCallCount() int
- func (fake *FakeSentryTeams) DeleteCalls(stub func(string, string) (*sentry.Response, error))
- func (fake *FakeSentryTeams) DeleteReturns(result1 *sentry.Response, result2 error)
- func (fake *FakeSentryTeams) DeleteReturnsOnCall(i int, result1 *sentry.Response, result2 error)
- func (fake *FakeSentryTeams) Invocations() map[string][][]interface{}
- func (fake *FakeSentryTeams) List(arg1 string, arg2 *sentry.ListOptions) ([]sentry.Team, *sentry.Response, error)
- func (fake *FakeSentryTeams) ListArgsForCall(i int) (string, *sentry.ListOptions)
- func (fake *FakeSentryTeams) ListCallCount() int
- func (fake *FakeSentryTeams) ListCalls(...)
- func (fake *FakeSentryTeams) ListReturns(result1 []sentry.Team, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) ListReturnsOnCall(i int, result1 []sentry.Team, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) Update(arg1 string, arg2 string, arg3 *sentry.UpdateTeamParams) (*sentry.Team, *sentry.Response, error)
- func (fake *FakeSentryTeams) UpdateArgsForCall(i int) (string, string, *sentry.UpdateTeamParams)
- func (fake *FakeSentryTeams) UpdateCallCount() int
- func (fake *FakeSentryTeams) UpdateCalls(...)
- func (fake *FakeSentryTeams) UpdateReturns(result1 *sentry.Team, result2 *sentry.Response, result3 error)
- func (fake *FakeSentryTeams) UpdateReturnsOnCall(i int, result1 *sentry.Team, result2 *sentry.Response, result3 error)
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 (*FakeSentryOrganizations) ListProjectsReturnsOnCall ¶
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 (fake *FakeSentryProjects) CreateKey(arg1 string, arg2 string, arg3 *sentry.CreateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error)
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 (fake *FakeSentryProjects) CreateKeyCalls(stub func(string, string, *sentry.CreateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error))
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) DeleteArgsForCall ¶
func (fake *FakeSentryProjects) DeleteArgsForCall(i int) (string, string)
func (*FakeSentryProjects) DeleteCallCount ¶
func (fake *FakeSentryProjects) DeleteCallCount() int
func (*FakeSentryProjects) DeleteCalls ¶
func (*FakeSentryProjects) DeleteKeyArgsForCall ¶
func (fake *FakeSentryProjects) DeleteKeyArgsForCall(i int) (string, string, string)
func (*FakeSentryProjects) DeleteKeyCallCount ¶
func (fake *FakeSentryProjects) DeleteKeyCallCount() int
func (*FakeSentryProjects) DeleteKeyCalls ¶
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 (fake *FakeSentryProjects) Update(arg1 string, arg2 string, arg3 *sentry.UpdateProjectParams) (*sentry.Project, *sentry.Response, error)
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 (fake *FakeSentryProjects) UpdateCalls(stub func(string, string, *sentry.UpdateProjectParams) (*sentry.Project, *sentry.Response, error))
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 (fake *FakeSentryProjects) UpdateKeyCalls(stub func(string, string, string, *sentry.UpdateProjectKeyParams) (*sentry.ProjectKey, *sentry.Response, error))
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 (*FakeSentryProjects) UpdateReturnsOnCall ¶
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 (*FakeSentryTeams) CreateProjectReturnsOnCall ¶
func (*FakeSentryTeams) CreateReturns ¶
func (*FakeSentryTeams) CreateReturnsOnCall ¶
func (*FakeSentryTeams) DeleteArgsForCall ¶
func (fake *FakeSentryTeams) DeleteArgsForCall(i int) (string, string)
func (*FakeSentryTeams) DeleteCallCount ¶
func (fake *FakeSentryTeams) DeleteCallCount() int
func (*FakeSentryTeams) DeleteCalls ¶
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 (*FakeSentryTeams) ListReturnsOnCall ¶
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 (*FakeSentryTeams) UpdateReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.