Documentation ¶
Overview ¶
Package mock_information is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInquiryServiceClient ¶
type MockInquiryServiceClient struct {
// contains filtered or unexported fields
}
MockInquiryServiceClient is a mock of InquiryServiceClient interface.
func NewMockInquiryServiceClient ¶
func NewMockInquiryServiceClient(ctrl *gomock.Controller) *MockInquiryServiceClient
NewMockInquiryServiceClient creates a new mock instance.
func (*MockInquiryServiceClient) CreateInquiry ¶
func (m *MockInquiryServiceClient) CreateInquiry(ctx context.Context, in *information.CreateInquiryRequest, opts ...grpc.CallOption) (*information.InquiryResponse, error)
CreateInquiry mocks base method.
func (*MockInquiryServiceClient) EXPECT ¶
func (m *MockInquiryServiceClient) EXPECT() *MockInquiryServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockInquiryServiceClientMockRecorder ¶
type MockInquiryServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInquiryServiceClientMockRecorder is the mock recorder for MockInquiryServiceClient.
func (*MockInquiryServiceClientMockRecorder) CreateInquiry ¶
func (mr *MockInquiryServiceClientMockRecorder) CreateInquiry(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateInquiry indicates an expected call of CreateInquiry.
type MockInquiryServiceServer ¶
type MockInquiryServiceServer struct {
// contains filtered or unexported fields
}
MockInquiryServiceServer is a mock of InquiryServiceServer interface.
func NewMockInquiryServiceServer ¶
func NewMockInquiryServiceServer(ctrl *gomock.Controller) *MockInquiryServiceServer
NewMockInquiryServiceServer creates a new mock instance.
func (*MockInquiryServiceServer) CreateInquiry ¶
func (m *MockInquiryServiceServer) CreateInquiry(arg0 context.Context, arg1 *information.CreateInquiryRequest) (*information.InquiryResponse, error)
CreateInquiry mocks base method.
func (*MockInquiryServiceServer) EXPECT ¶
func (m *MockInquiryServiceServer) EXPECT() *MockInquiryServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockInquiryServiceServerMockRecorder ¶
type MockInquiryServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockInquiryServiceServerMockRecorder is the mock recorder for MockInquiryServiceServer.
func (*MockInquiryServiceServerMockRecorder) CreateInquiry ¶
func (mr *MockInquiryServiceServerMockRecorder) CreateInquiry(arg0, arg1 interface{}) *gomock.Call
CreateInquiry indicates an expected call of CreateInquiry.
type MockUnsafeInquiryServiceServer ¶
type MockUnsafeInquiryServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeInquiryServiceServer is a mock of UnsafeInquiryServiceServer interface.
func NewMockUnsafeInquiryServiceServer ¶
func NewMockUnsafeInquiryServiceServer(ctrl *gomock.Controller) *MockUnsafeInquiryServiceServer
NewMockUnsafeInquiryServiceServer creates a new mock instance.
func (*MockUnsafeInquiryServiceServer) EXPECT ¶
func (m *MockUnsafeInquiryServiceServer) EXPECT() *MockUnsafeInquiryServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeInquiryServiceServerMockRecorder ¶
type MockUnsafeInquiryServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeInquiryServiceServerMockRecorder is the mock recorder for MockUnsafeInquiryServiceServer.