Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeIUIErrors
- func (fake *FakeIUIErrors) AddError(arg1 *protos.ErrorMessage) error
- func (fake *FakeIUIErrors) AddErrorArgsForCall(i int) *protos.ErrorMessage
- func (fake *FakeIUIErrors) AddErrorCallCount() int
- func (fake *FakeIUIErrors) AddErrorCalls(stub func(*protos.ErrorMessage) error)
- func (fake *FakeIUIErrors) AddErrorReturns(result1 error)
- func (fake *FakeIUIErrors) AddErrorReturnsOnCall(i int, result1 error)
- func (fake *FakeIUIErrors) ConnectClient(arg1 string) *uierrors.AttachedStream
- func (fake *FakeIUIErrors) ConnectClientArgsForCall(i int) string
- func (fake *FakeIUIErrors) ConnectClientCallCount() int
- func (fake *FakeIUIErrors) ConnectClientCalls(stub func(string) *uierrors.AttachedStream)
- func (fake *FakeIUIErrors) ConnectClientReturns(result1 *uierrors.AttachedStream)
- func (fake *FakeIUIErrors) ConnectClientReturnsOnCall(i int, result1 *uierrors.AttachedStream)
- func (fake *FakeIUIErrors) DisconnectClient(arg1 string)
- func (fake *FakeIUIErrors) DisconnectClientArgsForCall(i int) string
- func (fake *FakeIUIErrors) DisconnectClientCallCount() int
- func (fake *FakeIUIErrors) DisconnectClientCalls(stub func(string))
- func (fake *FakeIUIErrors) GetHistory(arg1 context.Context) ([]*protos.ErrorMessage, error)
- func (fake *FakeIUIErrors) GetHistoryArgsForCall(i int) context.Context
- func (fake *FakeIUIErrors) GetHistoryCallCount() int
- func (fake *FakeIUIErrors) GetHistoryCalls(stub func(context.Context) ([]*protos.ErrorMessage, error))
- func (fake *FakeIUIErrors) GetHistoryReturns(result1 []*protos.ErrorMessage, result2 error)
- func (fake *FakeIUIErrors) GetHistoryReturnsOnCall(i int, result1 []*protos.ErrorMessage, result2 error)
- func (fake *FakeIUIErrors) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIUIErrors ¶
type FakeIUIErrors struct { AddErrorStub func(*protos.ErrorMessage) error ConnectClientStub func(string) *uierrors.AttachedStream DisconnectClientStub func(string) GetHistoryStub func(context.Context) ([]*protos.ErrorMessage, error) // contains filtered or unexported fields }
func (*FakeIUIErrors) AddError ¶
func (fake *FakeIUIErrors) AddError(arg1 *protos.ErrorMessage) error
func (*FakeIUIErrors) AddErrorArgsForCall ¶
func (fake *FakeIUIErrors) AddErrorArgsForCall(i int) *protos.ErrorMessage
func (*FakeIUIErrors) AddErrorCallCount ¶
func (fake *FakeIUIErrors) AddErrorCallCount() int
func (*FakeIUIErrors) AddErrorCalls ¶
func (fake *FakeIUIErrors) AddErrorCalls(stub func(*protos.ErrorMessage) error)
func (*FakeIUIErrors) AddErrorReturns ¶
func (fake *FakeIUIErrors) AddErrorReturns(result1 error)
func (*FakeIUIErrors) AddErrorReturnsOnCall ¶
func (fake *FakeIUIErrors) AddErrorReturnsOnCall(i int, result1 error)
func (*FakeIUIErrors) ConnectClient ¶
func (fake *FakeIUIErrors) ConnectClient(arg1 string) *uierrors.AttachedStream
func (*FakeIUIErrors) ConnectClientArgsForCall ¶
func (fake *FakeIUIErrors) ConnectClientArgsForCall(i int) string
func (*FakeIUIErrors) ConnectClientCallCount ¶
func (fake *FakeIUIErrors) ConnectClientCallCount() int
func (*FakeIUIErrors) ConnectClientCalls ¶
func (fake *FakeIUIErrors) ConnectClientCalls(stub func(string) *uierrors.AttachedStream)
func (*FakeIUIErrors) ConnectClientReturns ¶
func (fake *FakeIUIErrors) ConnectClientReturns(result1 *uierrors.AttachedStream)
func (*FakeIUIErrors) ConnectClientReturnsOnCall ¶
func (fake *FakeIUIErrors) ConnectClientReturnsOnCall(i int, result1 *uierrors.AttachedStream)
func (*FakeIUIErrors) DisconnectClient ¶
func (fake *FakeIUIErrors) DisconnectClient(arg1 string)
func (*FakeIUIErrors) DisconnectClientArgsForCall ¶
func (fake *FakeIUIErrors) DisconnectClientArgsForCall(i int) string
func (*FakeIUIErrors) DisconnectClientCallCount ¶
func (fake *FakeIUIErrors) DisconnectClientCallCount() int
func (*FakeIUIErrors) DisconnectClientCalls ¶
func (fake *FakeIUIErrors) DisconnectClientCalls(stub func(string))
func (*FakeIUIErrors) GetHistory ¶
func (fake *FakeIUIErrors) GetHistory(arg1 context.Context) ([]*protos.ErrorMessage, error)
func (*FakeIUIErrors) GetHistoryArgsForCall ¶
func (fake *FakeIUIErrors) GetHistoryArgsForCall(i int) context.Context
func (*FakeIUIErrors) GetHistoryCallCount ¶
func (fake *FakeIUIErrors) GetHistoryCallCount() int
func (*FakeIUIErrors) GetHistoryCalls ¶
func (fake *FakeIUIErrors) GetHistoryCalls(stub func(context.Context) ([]*protos.ErrorMessage, error))
func (*FakeIUIErrors) GetHistoryReturns ¶
func (fake *FakeIUIErrors) GetHistoryReturns(result1 []*protos.ErrorMessage, result2 error)
func (*FakeIUIErrors) GetHistoryReturnsOnCall ¶
func (fake *FakeIUIErrors) GetHistoryReturnsOnCall(i int, result1 []*protos.ErrorMessage, result2 error)
func (*FakeIUIErrors) Invocations ¶
func (fake *FakeIUIErrors) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.