Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DLQHandler ¶
type DLQHandler struct {
// contains filtered or unexported fields
}
DLQHandler is a mock of DLQHandler interface.
func NewDLQHandler ¶
func NewDLQHandler(ctrl *gomock.Controller) *DLQHandler
NewDLQHandler creates a new mock instance.
func (*DLQHandler) Close ¶
func (m *DLQHandler) Close(arg0 context.Context) error
Close mocks base method.
func (*DLQHandler) EXPECT ¶
func (m *DLQHandler) EXPECT() *DLQHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type DLQHandlerMockRecorder ¶
type DLQHandlerMockRecorder struct {
// contains filtered or unexported fields
}
DLQHandlerMockRecorder is the mock recorder for DLQHandler.
func (*DLQHandlerMockRecorder) Close ¶
func (mr *DLQHandlerMockRecorder) Close(arg0 interface{}) *gomock.Call
Close indicates an expected call of Close.
func (*DLQHandlerMockRecorder) Open ¶
func (mr *DLQHandlerMockRecorder) Open(arg0 interface{}) *gomock.Call
Open indicates an expected call of Open.
func (*DLQHandlerMockRecorder) Write ¶
func (mr *DLQHandlerMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Write indicates an expected call of Write.
Click to show internal directories.
Click to hide internal directories.