Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChannelClient ¶
type MockChannelClient struct {
Err error
}
MockChannelClient mocks channel client
func NewMockChannelClient ¶
func NewMockChannelClient() *MockChannelClient
NewMockChannelClient returns mock channel client
func (*MockChannelClient) Query ¶
func (cc *MockChannelClient) Query(request channel.Request, options ...channel.RequestOption) (channel.Response, error)
Query mocks query
Click to show internal directories.
Click to hide internal directories.