Documentation ¶
Overview ¶
Package mock_transport is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTransportContract ¶ added in v0.0.2
type MockTransportContract struct {
// contains filtered or unexported fields
}
MockTransportContract is a mock of TransportContract interface
func NewMockTransportContract ¶ added in v0.0.2
func NewMockTransportContract(ctrl *gomock.Controller) *MockTransportContract
NewMockTransportContract creates a new mock instance
func (*MockTransportContract) EXPECT ¶ added in v0.0.2
func (m *MockTransportContract) EXPECT() *MockTransportContractMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTransportContract) Start ¶ added in v0.0.2
func (m *MockTransportContract) Start() error
Start mocks base method
func (*MockTransportContract) Stop ¶ added in v0.0.2
func (m *MockTransportContract) Stop() error
Stop mocks base method
type MockTransportContractMockRecorder ¶ added in v0.0.2
type MockTransportContractMockRecorder struct {
// contains filtered or unexported fields
}
MockTransportContractMockRecorder is the mock recorder for MockTransportContract
func (*MockTransportContractMockRecorder) Start ¶ added in v0.0.2
func (mr *MockTransportContractMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start
func (*MockTransportContractMockRecorder) Stop ¶ added in v0.0.2
func (mr *MockTransportContractMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop
Click to show internal directories.
Click to hide internal directories.