Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Service
- func (fake *Service) Invocations() map[string][][]interface{}
- func (fake *Service) Run(arg1 context.Context) error
- func (fake *Service) RunArgsForCall(i int) context.Context
- func (fake *Service) RunCallCount() int
- func (fake *Service) RunCalls(stub func(context.Context) error)
- func (fake *Service) RunReturns(result1 error)
- func (fake *Service) RunReturnsOnCall(i int, result1 error)
- type ServiceApplication
- func (fake *ServiceApplication) Invocations() map[string][][]interface{}
- func (fake *ServiceApplication) Run(arg1 context.Context, arg2 sentry.Client) error
- func (fake *ServiceApplication) RunArgsForCall(i int) (context.Context, sentry.Client)
- func (fake *ServiceApplication) RunCallCount() int
- func (fake *ServiceApplication) RunCalls(stub func(context.Context, sentry.Client) error)
- func (fake *ServiceApplication) RunReturns(result1 error)
- func (fake *ServiceApplication) RunReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
RunStub func(context.Context) error
// contains filtered or unexported fields
}
func (*Service) Invocations ¶
func (*Service) RunCallCount ¶
func (*Service) RunReturns ¶
func (*Service) RunReturnsOnCall ¶
type ServiceApplication ¶
type ServiceApplication struct {
RunStub func(context.Context, sentry.Client) error
// contains filtered or unexported fields
}
func (*ServiceApplication) Invocations ¶
func (fake *ServiceApplication) Invocations() map[string][][]interface{}
func (*ServiceApplication) RunArgsForCall ¶
func (*ServiceApplication) RunCallCount ¶
func (fake *ServiceApplication) RunCallCount() int
func (*ServiceApplication) RunReturns ¶
func (fake *ServiceApplication) RunReturns(result1 error)
func (*ServiceApplication) RunReturnsOnCall ¶
func (fake *ServiceApplication) RunReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.