Documentation ¶
Overview ¶
Package mock_logexporter is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLogSender ¶
type MockLogSender struct {
// contains filtered or unexported fields
}
MockLogSender is a mock of LogSender interface.
func NewMockLogSender ¶
func NewMockLogSender(ctrl *gomock.Controller) *MockLogSender
NewMockLogSender creates a new mock instance.
func (*MockLogSender) EXPECT ¶
func (m *MockLogSender) EXPECT() *MockLogSenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLogSender) SendLog ¶
func (m *MockLogSender) SendLog(arg0 context.Context, arg1 *logexporter.LogEntry) error
SendLog mocks base method.
type MockLogSenderMockRecorder ¶
type MockLogSenderMockRecorder struct {
// contains filtered or unexported fields
}
MockLogSenderMockRecorder is the mock recorder for MockLogSender.
func (*MockLogSenderMockRecorder) SendLog ¶
func (mr *MockLogSenderMockRecorder) SendLog(arg0, arg1 interface{}) *gomock.Call
SendLog indicates an expected call of SendLog.
Click to show internal directories.
Click to hide internal directories.