Documentation
¶
Overview ¶
Package traces is a generated GoMock package.
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockModuleInterface ¶
type MockModuleInterface struct {
// contains filtered or unexported fields
}
MockModuleInterface is a mock of ModuleInterface interface.
func NewMockModuleInterface ¶
func NewMockModuleInterface(ctrl *gomock.Controller) *MockModuleInterface
NewMockModuleInterface creates a new mock instance.
func (*MockModuleInterface) EXPECT ¶
func (m *MockModuleInterface) EXPECT() *MockModuleInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockModuleInterface) Reconcile ¶
func (m *MockModuleInterface) Reconcile(arg0 *v1alpha1.TracesSpec) error
Reconcile mocks base method.
type MockModuleInterfaceMockRecorder ¶
type MockModuleInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockModuleInterfaceMockRecorder is the mock recorder for MockModuleInterface.
func (*MockModuleInterfaceMockRecorder) Reconcile ¶
func (mr *MockModuleInterfaceMockRecorder) Reconcile(arg0 any) *gomock.Call
Reconcile indicates an expected call of Reconcile.
func (*MockModuleInterfaceMockRecorder) Run ¶
func (mr *MockModuleInterfaceMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run.
type ModuleInterface ¶
type ModuleInterface interface { // Run starts the trace module. Run() Reconcile(spec *api.TracesSpec) error }
Click to show internal directories.
Click to hide internal directories.