Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AddRoute(arg0 string, arg1 mqtt.MessageHandler)
- func (m *MockClient) Connect() mqtt.Token
- func (m *MockClient) Disconnect(arg0 uint)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) IsConnected() bool
- func (m *MockClient) IsConnectionOpen() bool
- func (m *MockClient) OptionsReader() mqtt.ClientOptionsReader
- func (m *MockClient) Publish(arg0 string, arg1 byte, arg2 bool, arg3 interface{}) mqtt.Token
- func (m *MockClient) Subscribe(arg0 string, arg1 byte, arg2 mqtt.MessageHandler) mqtt.Token
- func (m *MockClient) SubscribeMultiple(arg0 map[string]byte, arg1 mqtt.MessageHandler) mqtt.Token
- func (m *MockClient) Unsubscribe(arg0 ...string) mqtt.Token
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) AddRoute(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Connect() *gomock.Call
- func (mr *MockClientMockRecorder) Disconnect(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) IsConnected() *gomock.Call
- func (mr *MockClientMockRecorder) IsConnectionOpen() *gomock.Call
- func (mr *MockClientMockRecorder) OptionsReader() *gomock.Call
- func (mr *MockClientMockRecorder) Publish(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Subscribe(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) SubscribeMultiple(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Unsubscribe(arg0 ...interface{}) *gomock.Call
- type MockToken
- type MockTokenMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) AddRoute ¶
func (m *MockClient) AddRoute(arg0 string, arg1 mqtt.MessageHandler)
AddRoute mocks base method.
func (*MockClient) Disconnect ¶
func (m *MockClient) Disconnect(arg0 uint)
Disconnect mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) IsConnected ¶
func (m *MockClient) IsConnected() bool
IsConnected mocks base method.
func (*MockClient) IsConnectionOpen ¶
func (m *MockClient) IsConnectionOpen() bool
IsConnectionOpen mocks base method.
func (*MockClient) OptionsReader ¶
func (m *MockClient) OptionsReader() mqtt.ClientOptionsReader
OptionsReader mocks base method.
func (*MockClient) Subscribe ¶
func (m *MockClient) Subscribe(arg0 string, arg1 byte, arg2 mqtt.MessageHandler) mqtt.Token
Subscribe mocks base method.
func (*MockClient) SubscribeMultiple ¶
func (m *MockClient) SubscribeMultiple(arg0 map[string]byte, arg1 mqtt.MessageHandler) mqtt.Token
SubscribeMultiple mocks base method.
func (*MockClient) Unsubscribe ¶
func (m *MockClient) Unsubscribe(arg0 ...string) mqtt.Token
Unsubscribe mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) AddRoute ¶
func (mr *MockClientMockRecorder) AddRoute(arg0, arg1 interface{}) *gomock.Call
AddRoute indicates an expected call of AddRoute.
func (*MockClientMockRecorder) Connect ¶
func (mr *MockClientMockRecorder) Connect() *gomock.Call
Connect indicates an expected call of Connect.
func (*MockClientMockRecorder) Disconnect ¶
func (mr *MockClientMockRecorder) Disconnect(arg0 interface{}) *gomock.Call
Disconnect indicates an expected call of Disconnect.
func (*MockClientMockRecorder) IsConnected ¶
func (mr *MockClientMockRecorder) IsConnected() *gomock.Call
IsConnected indicates an expected call of IsConnected.
func (*MockClientMockRecorder) IsConnectionOpen ¶
func (mr *MockClientMockRecorder) IsConnectionOpen() *gomock.Call
IsConnectionOpen indicates an expected call of IsConnectionOpen.
func (*MockClientMockRecorder) OptionsReader ¶
func (mr *MockClientMockRecorder) OptionsReader() *gomock.Call
OptionsReader indicates an expected call of OptionsReader.
func (*MockClientMockRecorder) Publish ¶
func (mr *MockClientMockRecorder) Publish(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Publish indicates an expected call of Publish.
func (*MockClientMockRecorder) Subscribe ¶
func (mr *MockClientMockRecorder) Subscribe(arg0, arg1, arg2 interface{}) *gomock.Call
Subscribe indicates an expected call of Subscribe.
func (*MockClientMockRecorder) SubscribeMultiple ¶
func (mr *MockClientMockRecorder) SubscribeMultiple(arg0, arg1 interface{}) *gomock.Call
SubscribeMultiple indicates an expected call of SubscribeMultiple.
func (*MockClientMockRecorder) Unsubscribe ¶
func (mr *MockClientMockRecorder) Unsubscribe(arg0 ...interface{}) *gomock.Call
Unsubscribe indicates an expected call of Unsubscribe.
type MockToken ¶
type MockToken struct {
// contains filtered or unexported fields
}
MockToken is a mock of Token interface.
func NewMockToken ¶
func NewMockToken(ctrl *gomock.Controller) *MockToken
NewMockToken creates a new mock instance.
func (*MockToken) EXPECT ¶
func (m *MockToken) EXPECT() *MockTokenMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTokenMockRecorder ¶
type MockTokenMockRecorder struct {
// contains filtered or unexported fields
}
MockTokenMockRecorder is the mock recorder for MockToken.
func (*MockTokenMockRecorder) Done ¶
func (mr *MockTokenMockRecorder) Done() *gomock.Call
Done indicates an expected call of Done.
func (*MockTokenMockRecorder) Error ¶
func (mr *MockTokenMockRecorder) Error() *gomock.Call
Error indicates an expected call of Error.
func (*MockTokenMockRecorder) Wait ¶
func (mr *MockTokenMockRecorder) Wait() *gomock.Call
Wait indicates an expected call of Wait.
func (*MockTokenMockRecorder) WaitTimeout ¶
func (mr *MockTokenMockRecorder) WaitTimeout(arg0 interface{}) *gomock.Call
WaitTimeout indicates an expected call of WaitTimeout.