Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCallClient ¶
type MockCallClient struct {
// contains filtered or unexported fields
}
MockCallClient is a mock of CallClient interface
func NewMockCallClient ¶
func NewMockCallClient(ctrl *gomock.Controller) *MockCallClient
NewMockCallClient creates a new mock instance
func (*MockCallClient) EXPECT ¶
func (m *MockCallClient) EXPECT() *MockCallClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCallClientMockRecorder ¶
type MockCallClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCallClientMockRecorder is the mock recorder for MockCallClient
func (*MockCallClientMockRecorder) Ping ¶
func (mr *MockCallClientMockRecorder) Ping(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Ping indicates an expected call of Ping
Click to show internal directories.
Click to hide internal directories.