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