Documentation
¶
Overview ¶
Package mock_logger is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLogDriver ¶
type MockLogDriver struct {
// contains filtered or unexported fields
}
MockLogDriver is a mock of LogDriver interface
func NewMockLogDriver ¶
func NewMockLogDriver(ctrl *gomock.Controller) *MockLogDriver
NewMockLogDriver creates a new mock instance
func (*MockLogDriver) EXPECT ¶
func (m *MockLogDriver) EXPECT() *MockLogDriverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLogDriver) Start ¶
func (m *MockLogDriver) Start(arg0 func() error) error
Start mocks base method
type MockLogDriverMockRecorder ¶
type MockLogDriverMockRecorder struct {
// contains filtered or unexported fields
}
MockLogDriverMockRecorder is the mock recorder for MockLogDriver
func (*MockLogDriverMockRecorder) Start ¶
func (mr *MockLogDriverMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start
type Mockclient ¶
type Mockclient struct {
// contains filtered or unexported fields
}
Mockclient is a mock of client interface
func NewMockclient ¶
func NewMockclient(ctrl *gomock.Controller) *Mockclient
NewMockclient creates a new mock instance
func (*Mockclient) EXPECT ¶
func (m *Mockclient) EXPECT() *MockclientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockclientMockRecorder ¶
type MockclientMockRecorder struct {
// contains filtered or unexported fields
}
MockclientMockRecorder is the mock recorder for Mockclient
func (*MockclientMockRecorder) Log ¶
func (mr *MockclientMockRecorder) Log(arg0 interface{}) *gomock.Call
Log indicates an expected call of Log
Click to show internal directories.
Click to hide internal directories.