Documentation ¶
Overview ¶
Package automocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLogAPIClient ¶
type MockLogAPIClient struct {
// contains filtered or unexported fields
}
MockLogAPIClient is a mock of LogAPIClient interface
func NewMockLogAPIClient ¶
func NewMockLogAPIClient(ctrl *gomock.Controller) *MockLogAPIClient
NewMockLogAPIClient creates a new mock instance
func (*MockLogAPIClient) EXPECT ¶
func (m *MockLogAPIClient) EXPECT() *MockLogAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLogAPIClient) SubscribeLogs ¶
func (m *MockLogAPIClient) SubscribeLogs(arg0 context.Context, arg1 []extension.LogType, arg2 extension.SubscribeLogsParams) (extension.SubscribeResponse, error)
SubscribeLogs mocks base method
type MockLogAPIClientMockRecorder ¶
type MockLogAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLogAPIClientMockRecorder is the mock recorder for MockLogAPIClient
func (*MockLogAPIClientMockRecorder) SubscribeLogs ¶
func (mr *MockLogAPIClientMockRecorder) SubscribeLogs(arg0, arg1, arg2 interface{}) *gomock.Call
SubscribeLogs indicates an expected call of SubscribeLogs
Click to show internal directories.
Click to hide internal directories.