Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FuncRunner
- func (fake *FuncRunner) Invocations() map[string][][]interface{}
- func (fake *FuncRunner) Run(arg1 run.Func) error
- func (fake *FuncRunner) RunArgsForCall(i int) run.Func
- func (fake *FuncRunner) RunCallCount() int
- func (fake *FuncRunner) RunCalls(stub func(run.Func) error)
- func (fake *FuncRunner) RunReturns(result1 error)
- func (fake *FuncRunner) RunReturnsOnCall(i int, result1 error)
- type HasCaptureException
- func (fake *HasCaptureException) CaptureException(arg1 error, arg2 *sentry.EventHint, arg3 sentry.EventModifier) *sentry.EventID
- func (fake *HasCaptureException) CaptureExceptionArgsForCall(i int) (error, *sentry.EventHint, sentry.EventModifier)
- func (fake *HasCaptureException) CaptureExceptionCallCount() int
- func (fake *HasCaptureException) CaptureExceptionCalls(stub func(error, *sentry.EventHint, sentry.EventModifier) *sentry.EventID)
- func (fake *HasCaptureException) CaptureExceptionReturns(result1 *sentry.EventID)
- func (fake *HasCaptureException) CaptureExceptionReturnsOnCall(i int, result1 *sentry.EventID)
- func (fake *HasCaptureException) Invocations() map[string][][]interface{}
- type Runnable
- func (fake *Runnable) Invocations() map[string][][]interface{}
- func (fake *Runnable) Run(arg1 context.Context) error
- func (fake *Runnable) RunArgsForCall(i int) context.Context
- func (fake *Runnable) RunCallCount() int
- func (fake *Runnable) RunCalls(stub func(context.Context) error)
- func (fake *Runnable) RunReturns(result1 error)
- func (fake *Runnable) RunReturnsOnCall(i int, result1 error)
- type Waiter
- func (fake *Waiter) Invocations() map[string][][]interface{}
- func (fake *Waiter) Wait(arg1 context.Context, arg2 time.Duration) error
- func (fake *Waiter) WaitArgsForCall(i int) (context.Context, time.Duration)
- func (fake *Waiter) WaitCallCount() int
- func (fake *Waiter) WaitCalls(stub func(context.Context, time.Duration) error)
- func (fake *Waiter) WaitReturns(result1 error)
- func (fake *Waiter) WaitReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncRunner ¶ added in v1.8.0
func (*FuncRunner) Invocations ¶ added in v1.8.0
func (fake *FuncRunner) Invocations() map[string][][]interface{}
func (*FuncRunner) RunArgsForCall ¶ added in v1.8.0
func (fake *FuncRunner) RunArgsForCall(i int) run.Func
func (*FuncRunner) RunCallCount ¶ added in v1.8.0
func (fake *FuncRunner) RunCallCount() int
func (*FuncRunner) RunCalls ¶ added in v1.8.0
func (fake *FuncRunner) RunCalls(stub func(run.Func) error)
func (*FuncRunner) RunReturns ¶ added in v1.8.0
func (fake *FuncRunner) RunReturns(result1 error)
func (*FuncRunner) RunReturnsOnCall ¶ added in v1.8.0
func (fake *FuncRunner) RunReturnsOnCall(i int, result1 error)
type HasCaptureException ¶ added in v1.7.6
type HasCaptureException struct {
CaptureExceptionStub func(error, *sentry.EventHint, sentry.EventModifier) *sentry.EventID
// contains filtered or unexported fields
}
func (*HasCaptureException) CaptureException ¶ added in v1.7.6
func (fake *HasCaptureException) CaptureException(arg1 error, arg2 *sentry.EventHint, arg3 sentry.EventModifier) *sentry.EventID
func (*HasCaptureException) CaptureExceptionArgsForCall ¶ added in v1.7.6
func (fake *HasCaptureException) CaptureExceptionArgsForCall(i int) (error, *sentry.EventHint, sentry.EventModifier)
func (*HasCaptureException) CaptureExceptionCallCount ¶ added in v1.7.6
func (fake *HasCaptureException) CaptureExceptionCallCount() int
func (*HasCaptureException) CaptureExceptionCalls ¶ added in v1.7.6
func (fake *HasCaptureException) CaptureExceptionCalls(stub func(error, *sentry.EventHint, sentry.EventModifier) *sentry.EventID)
func (*HasCaptureException) CaptureExceptionReturns ¶ added in v1.7.6
func (fake *HasCaptureException) CaptureExceptionReturns(result1 *sentry.EventID)
func (*HasCaptureException) CaptureExceptionReturnsOnCall ¶ added in v1.7.6
func (fake *HasCaptureException) CaptureExceptionReturnsOnCall(i int, result1 *sentry.EventID)
func (*HasCaptureException) Invocations ¶ added in v1.7.6
func (fake *HasCaptureException) Invocations() map[string][][]interface{}
type Runnable ¶
type Runnable struct {
RunStub func(context.Context) error
// contains filtered or unexported fields
}
func (*Runnable) Invocations ¶
func (*Runnable) RunCallCount ¶
func (*Runnable) RunReturns ¶
func (*Runnable) RunReturnsOnCall ¶
type Waiter ¶ added in v1.5.0
type Waiter struct {
WaitStub func(context.Context, time.Duration) error
// contains filtered or unexported fields
}
func (*Waiter) Invocations ¶ added in v1.5.0
func (*Waiter) WaitArgsForCall ¶ added in v1.5.0
func (*Waiter) WaitCallCount ¶ added in v1.5.0
func (*Waiter) WaitReturns ¶ added in v1.5.0
func (*Waiter) WaitReturnsOnCall ¶ added in v1.5.0
Click to show internal directories.
Click to hide internal directories.