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 MockEchoServerClient ¶
type MockEchoServerClient struct {
// contains filtered or unexported fields
}
MockEchoServerClient is a mock of EchoServerClient interface
func NewMockEchoServerClient ¶
func NewMockEchoServerClient(ctrl *gomock.Controller) *MockEchoServerClient
NewMockEchoServerClient creates a new mock instance
func (*MockEchoServerClient) EXPECT ¶
func (m *MockEchoServerClient) EXPECT() *MockEchoServerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockEchoServerClientMockRecorder ¶
type MockEchoServerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockEchoServerClientMockRecorder is the mock recorder for MockEchoServerClient
func (*MockEchoServerClientMockRecorder) Echo ¶
func (mr *MockEchoServerClientMockRecorder) Echo(ctx, in interface{}, opts ...interface{}) *gomock.Call
Echo indicates an expected call of Echo
type MockEchoServerServer ¶
type MockEchoServerServer struct {
// contains filtered or unexported fields
}
MockEchoServerServer is a mock of EchoServerServer interface
func NewMockEchoServerServer ¶
func NewMockEchoServerServer(ctrl *gomock.Controller) *MockEchoServerServer
NewMockEchoServerServer creates a new mock instance
func (*MockEchoServerServer) EXPECT ¶
func (m *MockEchoServerServer) EXPECT() *MockEchoServerServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockEchoServerServerMockRecorder ¶
type MockEchoServerServerMockRecorder struct {
// contains filtered or unexported fields
}
MockEchoServerServerMockRecorder is the mock recorder for MockEchoServerServer
func (*MockEchoServerServerMockRecorder) Echo ¶
func (mr *MockEchoServerServerMockRecorder) Echo(arg0, arg1 interface{}) *gomock.Call
Echo indicates an expected call of Echo