Documentation ¶
Overview ¶
Package mock_istiowatcher is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIstioReporter ¶
type MockIstioReporter struct {
// contains filtered or unexported fields
}
MockIstioReporter is a mock of IstioReporter interface.
func NewMockIstioReporter ¶
func NewMockIstioReporter(ctrl *gomock.Controller) *MockIstioReporter
NewMockIstioReporter creates a new mock instance.
func (*MockIstioReporter) EXPECT ¶
func (m *MockIstioReporter) EXPECT() *MockIstioReporterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioReporter) ReportIstioConnectionResults ¶
func (m *MockIstioReporter) ReportIstioConnectionResults(ctx context.Context, results model.IstioConnectionResults) (bool, error)
ReportIstioConnectionResults mocks base method.
type MockIstioReporterMockRecorder ¶
type MockIstioReporterMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioReporterMockRecorder is the mock recorder for MockIstioReporter.
func (*MockIstioReporterMockRecorder) ReportIstioConnectionResults ¶
func (mr *MockIstioReporterMockRecorder) ReportIstioConnectionResults(ctx, results interface{}) *gomock.Call
ReportIstioConnectionResults indicates an expected call of ReportIstioConnectionResults.
Click to show internal directories.
Click to hide internal directories.