Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockIngestionServiceV2Client
- func (m *MockIngestionServiceV2Client) BatchCreateEvents(ctx context.Context, in *generated.BatchCreateEventsRequest, ...) (*generated.BatchCreateEventsResponse, error)
- func (m *MockIngestionServiceV2Client) BatchCreateLogs(ctx context.Context, in *generated.BatchCreateLogsRequest, ...) (*generated.BatchCreateLogsResponse, error)
- func (m *MockIngestionServiceV2Client) EXPECT() *MockIngestionServiceV2ClientMockRecorder
- type MockIngestionServiceV2ClientMockRecorder
- type MockIngestionServiceV2Server
- func (m *MockIngestionServiceV2Server) BatchCreateEvents(arg0 context.Context, arg1 *generated.BatchCreateEventsRequest) (*generated.BatchCreateEventsResponse, error)
- func (m *MockIngestionServiceV2Server) BatchCreateLogs(arg0 context.Context, arg1 *generated.BatchCreateLogsRequest) (*generated.BatchCreateLogsResponse, error)
- func (m *MockIngestionServiceV2Server) EXPECT() *MockIngestionServiceV2ServerMockRecorder
- type MockIngestionServiceV2ServerMockRecorder
- type MockUnsafeIngestionServiceV2Server
- type MockUnsafeIngestionServiceV2ServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIngestionServiceV2Client ¶
type MockIngestionServiceV2Client struct {
// contains filtered or unexported fields
}
MockIngestionServiceV2Client is a mock of IngestionServiceV2Client interface.
func NewMockIngestionServiceV2Client ¶
func NewMockIngestionServiceV2Client(ctrl *gomock.Controller) *MockIngestionServiceV2Client
NewMockIngestionServiceV2Client creates a new mock instance.
func (*MockIngestionServiceV2Client) BatchCreateEvents ¶
func (m *MockIngestionServiceV2Client) BatchCreateEvents(ctx context.Context, in *generated.BatchCreateEventsRequest, opts ...grpc.CallOption) (*generated.BatchCreateEventsResponse, error)
BatchCreateEvents mocks base method.
func (*MockIngestionServiceV2Client) BatchCreateLogs ¶
func (m *MockIngestionServiceV2Client) BatchCreateLogs(ctx context.Context, in *generated.BatchCreateLogsRequest, opts ...grpc.CallOption) (*generated.BatchCreateLogsResponse, error)
BatchCreateLogs mocks base method.
func (*MockIngestionServiceV2Client) EXPECT ¶
func (m *MockIngestionServiceV2Client) EXPECT() *MockIngestionServiceV2ClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIngestionServiceV2ClientMockRecorder ¶
type MockIngestionServiceV2ClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIngestionServiceV2ClientMockRecorder is the mock recorder for MockIngestionServiceV2Client.
func (*MockIngestionServiceV2ClientMockRecorder) BatchCreateEvents ¶
func (mr *MockIngestionServiceV2ClientMockRecorder) BatchCreateEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
BatchCreateEvents indicates an expected call of BatchCreateEvents.
func (*MockIngestionServiceV2ClientMockRecorder) BatchCreateLogs ¶
func (mr *MockIngestionServiceV2ClientMockRecorder) BatchCreateLogs(ctx, in interface{}, opts ...interface{}) *gomock.Call
BatchCreateLogs indicates an expected call of BatchCreateLogs.
type MockIngestionServiceV2Server ¶
type MockIngestionServiceV2Server struct {
// contains filtered or unexported fields
}
MockIngestionServiceV2Server is a mock of IngestionServiceV2Server interface.
func NewMockIngestionServiceV2Server ¶
func NewMockIngestionServiceV2Server(ctrl *gomock.Controller) *MockIngestionServiceV2Server
NewMockIngestionServiceV2Server creates a new mock instance.
func (*MockIngestionServiceV2Server) BatchCreateEvents ¶
func (m *MockIngestionServiceV2Server) BatchCreateEvents(arg0 context.Context, arg1 *generated.BatchCreateEventsRequest) (*generated.BatchCreateEventsResponse, error)
BatchCreateEvents mocks base method.
func (*MockIngestionServiceV2Server) BatchCreateLogs ¶
func (m *MockIngestionServiceV2Server) BatchCreateLogs(arg0 context.Context, arg1 *generated.BatchCreateLogsRequest) (*generated.BatchCreateLogsResponse, error)
BatchCreateLogs mocks base method.
func (*MockIngestionServiceV2Server) EXPECT ¶
func (m *MockIngestionServiceV2Server) EXPECT() *MockIngestionServiceV2ServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIngestionServiceV2ServerMockRecorder ¶
type MockIngestionServiceV2ServerMockRecorder struct {
// contains filtered or unexported fields
}
MockIngestionServiceV2ServerMockRecorder is the mock recorder for MockIngestionServiceV2Server.
func (*MockIngestionServiceV2ServerMockRecorder) BatchCreateEvents ¶
func (mr *MockIngestionServiceV2ServerMockRecorder) BatchCreateEvents(arg0, arg1 interface{}) *gomock.Call
BatchCreateEvents indicates an expected call of BatchCreateEvents.
func (*MockIngestionServiceV2ServerMockRecorder) BatchCreateLogs ¶
func (mr *MockIngestionServiceV2ServerMockRecorder) BatchCreateLogs(arg0, arg1 interface{}) *gomock.Call
BatchCreateLogs indicates an expected call of BatchCreateLogs.
type MockUnsafeIngestionServiceV2Server ¶
type MockUnsafeIngestionServiceV2Server struct {
// contains filtered or unexported fields
}
MockUnsafeIngestionServiceV2Server is a mock of UnsafeIngestionServiceV2Server interface.
func NewMockUnsafeIngestionServiceV2Server ¶
func NewMockUnsafeIngestionServiceV2Server(ctrl *gomock.Controller) *MockUnsafeIngestionServiceV2Server
NewMockUnsafeIngestionServiceV2Server creates a new mock instance.
func (*MockUnsafeIngestionServiceV2Server) EXPECT ¶
func (m *MockUnsafeIngestionServiceV2Server) EXPECT() *MockUnsafeIngestionServiceV2ServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeIngestionServiceV2ServerMockRecorder ¶
type MockUnsafeIngestionServiceV2ServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeIngestionServiceV2ServerMockRecorder is the mock recorder for MockUnsafeIngestionServiceV2Server.