mocks

package
v1.2.2-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: ./server.go

Generated by this command:

mockgen -typed -package=mocks -destination=./mocks/mocks.go -source=./server.go

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 HostNetworkCall added in v1.1.5

type HostNetworkCall struct {
	*gomock.Call
}

HostNetworkCall wrap *gomock.Call

func (*HostNetworkCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*HostNetworkCall) DoAndReturn added in v1.1.5

func (c *HostNetworkCall) DoAndReturn(f func() network.Network) *HostNetworkCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*HostNetworkCall) Return added in v1.1.5

Return rewrite *gomock.Call.Return

type HostNewStreamCall added in v1.1.5

type HostNewStreamCall struct {
	*gomock.Call
}

HostNewStreamCall wrap *gomock.Call

func (*HostNewStreamCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*HostNewStreamCall) DoAndReturn added in v1.1.5

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*HostNewStreamCall) Return added in v1.1.5

func (c *HostNewStreamCall) Return(arg0 network.Stream, arg1 error) *HostNewStreamCall

Return rewrite *gomock.Call.Return

type HostSetStreamHandlerCall added in v1.1.5

type HostSetStreamHandlerCall struct {
	*gomock.Call
}

HostSetStreamHandlerCall wrap *gomock.Call

func (*HostSetStreamHandlerCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*HostSetStreamHandlerCall) DoAndReturn added in v1.1.5

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*HostSetStreamHandlerCall) Return added in v1.1.5

Return rewrite *gomock.Call.Return

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) Network

func (m *MockHost) Network() network.Network

Network mocks base method.

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() *HostNetworkCall

Network indicates an expected call of Network.

func (*MockHostMockRecorder) NewStream

func (mr *MockHostMockRecorder) NewStream(arg0, arg1 any, arg2 ...any) *HostNewStreamCall

NewStream indicates an expected call of NewStream.

func (*MockHostMockRecorder) SetStreamHandler

func (mr *MockHostMockRecorder) SetStreamHandler(arg0, arg1 any) *HostSetStreamHandlerCall

SetStreamHandler indicates an expected call of SetStreamHandler.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL