Documentation ¶
Index ¶
- type MockClient
- func (m *MockClient) AsyncRequests(as []client.AsyncRequest) []client.AsyncResponse
- func (m *MockClient) Close()
- func (m *MockClient) Publish(topic string, v interface{}, meta map[string]string) error
- func (m *MockClient) Request(service string, method string, reqv interface{}, respv interface{}, ...) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
func NewMockClient ¶
func NewMockClient() *MockClient
func (*MockClient) AsyncRequests ¶
func (m *MockClient) AsyncRequests(as []client.AsyncRequest) []client.AsyncResponse
func (*MockClient) Close ¶
func (m *MockClient) Close()
Click to show internal directories.
Click to hide internal directories.