Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockLoggerInt
- func (m *MockLoggerInt) AddResourceForValidation(resourceName string) *logger.ResourceValidation
- func (m *MockLoggerInt) Always(message string)
- func (m *MockLoggerInt) Debug(debug string)
- func (m *MockLoggerInt) EXPECT() *MockLoggerIntMockRecorder
- func (m *MockLoggerInt) Error(err string)
- func (m *MockLoggerInt) GetInput(message string, v ...interface{}) error
- func (m *MockLoggerInt) HasValidationErrors() bool
- func (m *MockLoggerInt) HasValidationWarnings() bool
- func (m *MockLoggerInt) Info(info string)
- func (m *MockLoggerInt) PrintValidationErrors()
- func (m *MockLoggerInt) SetVerbosity(verbosity string)
- func (m *MockLoggerInt) Trace(trace string)
- func (m *MockLoggerInt) Warning(warning string)
- type MockLoggerIntMockRecorder
- func (mr *MockLoggerIntMockRecorder) AddResourceForValidation(resourceName interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) Always(message interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) Debug(debug interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) Error(err interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) GetInput(message interface{}, v ...interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) HasValidationErrors() *gomock.Call
- func (mr *MockLoggerIntMockRecorder) HasValidationWarnings() *gomock.Call
- func (mr *MockLoggerIntMockRecorder) Info(info interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) PrintValidationErrors() *gomock.Call
- func (mr *MockLoggerIntMockRecorder) SetVerbosity(verbosity interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) Trace(trace interface{}) *gomock.Call
- func (mr *MockLoggerIntMockRecorder) Warning(warning interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLoggerInt ¶
type MockLoggerInt struct {
// contains filtered or unexported fields
}
MockLoggerInt is a mock of LoggerInt interface
func NewMockLoggerInt ¶
func NewMockLoggerInt(ctrl *gomock.Controller) *MockLoggerInt
NewMockLoggerInt creates a new mock instance
func (*MockLoggerInt) AddResourceForValidation ¶
func (m *MockLoggerInt) AddResourceForValidation(resourceName string) *logger.ResourceValidation
AddResourceForValidation mocks base method
func (*MockLoggerInt) Always ¶
func (m *MockLoggerInt) Always(message string)
Always mocks base method
func (*MockLoggerInt) EXPECT ¶
func (m *MockLoggerInt) EXPECT() *MockLoggerIntMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLoggerInt) GetInput ¶
func (m *MockLoggerInt) GetInput(message string, v ...interface{}) error
GetInput mocks base method
func (*MockLoggerInt) HasValidationErrors ¶
func (m *MockLoggerInt) HasValidationErrors() bool
HasValidationErrors mocks base method
func (*MockLoggerInt) HasValidationWarnings ¶
func (m *MockLoggerInt) HasValidationWarnings() bool
HasValidationWarnings mocks base method
func (*MockLoggerInt) PrintValidationErrors ¶
func (m *MockLoggerInt) PrintValidationErrors()
PrintValidationErrors mocks base method
func (*MockLoggerInt) SetVerbosity ¶
func (m *MockLoggerInt) SetVerbosity(verbosity string)
SetVerbosity mocks base method
func (*MockLoggerInt) Warning ¶
func (m *MockLoggerInt) Warning(warning string)
Warning mocks base method
type MockLoggerIntMockRecorder ¶
type MockLoggerIntMockRecorder struct {
// contains filtered or unexported fields
}
MockLoggerIntMockRecorder is the mock recorder for MockLoggerInt
func (*MockLoggerIntMockRecorder) AddResourceForValidation ¶
func (mr *MockLoggerIntMockRecorder) AddResourceForValidation(resourceName interface{}) *gomock.Call
AddResourceForValidation indicates an expected call of AddResourceForValidation
func (*MockLoggerIntMockRecorder) Always ¶
func (mr *MockLoggerIntMockRecorder) Always(message interface{}) *gomock.Call
Always indicates an expected call of Always
func (*MockLoggerIntMockRecorder) Debug ¶
func (mr *MockLoggerIntMockRecorder) Debug(debug interface{}) *gomock.Call
Debug indicates an expected call of Debug
func (*MockLoggerIntMockRecorder) Error ¶
func (mr *MockLoggerIntMockRecorder) Error(err interface{}) *gomock.Call
Error indicates an expected call of Error
func (*MockLoggerIntMockRecorder) GetInput ¶
func (mr *MockLoggerIntMockRecorder) GetInput(message interface{}, v ...interface{}) *gomock.Call
GetInput indicates an expected call of GetInput
func (*MockLoggerIntMockRecorder) HasValidationErrors ¶
func (mr *MockLoggerIntMockRecorder) HasValidationErrors() *gomock.Call
HasValidationErrors indicates an expected call of HasValidationErrors
func (*MockLoggerIntMockRecorder) HasValidationWarnings ¶
func (mr *MockLoggerIntMockRecorder) HasValidationWarnings() *gomock.Call
HasValidationWarnings indicates an expected call of HasValidationWarnings
func (*MockLoggerIntMockRecorder) Info ¶
func (mr *MockLoggerIntMockRecorder) Info(info interface{}) *gomock.Call
Info indicates an expected call of Info
func (*MockLoggerIntMockRecorder) PrintValidationErrors ¶
func (mr *MockLoggerIntMockRecorder) PrintValidationErrors() *gomock.Call
PrintValidationErrors indicates an expected call of PrintValidationErrors
func (*MockLoggerIntMockRecorder) SetVerbosity ¶
func (mr *MockLoggerIntMockRecorder) SetVerbosity(verbosity interface{}) *gomock.Call
SetVerbosity indicates an expected call of SetVerbosity
func (*MockLoggerIntMockRecorder) Trace ¶
func (mr *MockLoggerIntMockRecorder) Trace(trace interface{}) *gomock.Call
Trace indicates an expected call of Trace
func (*MockLoggerIntMockRecorder) Warning ¶
func (mr *MockLoggerIntMockRecorder) Warning(warning interface{}) *gomock.Call
Warning indicates an expected call of Warning