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 MockHost ¶
type MockHost struct {
// contains filtered or unexported fields
}
MockHost is a mock of Host interface.
func NewMockHost ¶
func NewMockHost(ctrl *gomock.Controller) *MockHost
NewMockHost creates a new mock instance.
func (*MockHost) EXPECT ¶
func (m *MockHost) EXPECT() *MockHostMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHost) NewStream ¶
func (m *MockHost) NewStream(arg0 context.Context, arg1 peer.ID, arg2 ...protocol.ID) (network.Stream, error)
NewStream mocks base method.
func (*MockHost) SetStreamHandler ¶
func (m *MockHost) SetStreamHandler(arg0 protocol.ID, arg1 network.StreamHandler)
SetStreamHandler mocks base method.
type MockHostMockRecorder ¶
type MockHostMockRecorder struct {
// contains filtered or unexported fields
}
MockHostMockRecorder is the mock recorder for MockHost.
func (*MockHostMockRecorder) Network ¶
func (mr *MockHostMockRecorder) Network() *gomock.Call
Network indicates an expected call of Network.
func (*MockHostMockRecorder) NewStream ¶
func (mr *MockHostMockRecorder) NewStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
NewStream indicates an expected call of NewStream.
func (*MockHostMockRecorder) SetStreamHandler ¶
func (mr *MockHostMockRecorder) SetStreamHandler(arg0, arg1 interface{}) *gomock.Call
SetStreamHandler indicates an expected call of SetStreamHandler.
type MockRequestor ¶
type MockRequestor struct {
// contains filtered or unexported fields
}
MockRequestor is a mock of Requestor interface.
func NewMockRequestor ¶
func NewMockRequestor(ctrl *gomock.Controller) *MockRequestor
NewMockRequestor creates a new mock instance.
func (*MockRequestor) EXPECT ¶
func (m *MockRequestor) EXPECT() *MockRequestorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRequestorMockRecorder ¶
type MockRequestorMockRecorder struct {
// contains filtered or unexported fields
}
MockRequestorMockRecorder is the mock recorder for MockRequestor.
func (*MockRequestorMockRecorder) Request ¶
func (mr *MockRequestorMockRecorder) Request(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Request indicates an expected call of Request.