application

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package application is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLogger

type MockLogger struct {
	// contains filtered or unexported fields
}

MockLogger is a mock of Logger interface.

func NewMockLogger

func NewMockLogger(ctrl *gomock.Controller) *MockLogger

NewMockLogger creates a new mock instance.

func (*MockLogger) Debug

func (m *MockLogger) Debug(arg0 string, arg1 ...any)

Debug mocks base method.

func (*MockLogger) EXPECT

func (m *MockLogger) EXPECT() *MockLoggerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLogger) Error

func (m *MockLogger) Error(arg0 string, arg1 ...any)

Error mocks base method.

func (*MockLogger) Info

func (m *MockLogger) Info(arg0 string, arg1 ...any)

Info mocks base method.

type MockLoggerMockRecorder

type MockLoggerMockRecorder struct {
	// contains filtered or unexported fields
}

MockLoggerMockRecorder is the mock recorder for MockLogger.

func (*MockLoggerMockRecorder) Debug

func (mr *MockLoggerMockRecorder) Debug(arg0 any, arg1 ...any) *gomock.Call

Debug indicates an expected call of Debug.

func (*MockLoggerMockRecorder) Error

func (mr *MockLoggerMockRecorder) Error(arg0 any, arg1 ...any) *gomock.Call

Error indicates an expected call of Error.

func (*MockLoggerMockRecorder) Info

func (mr *MockLoggerMockRecorder) Info(arg0 any, arg1 ...any) *gomock.Call

Info indicates an expected call of Info.

type MockParsedEventValidator

type MockParsedEventValidator struct {
	// contains filtered or unexported fields
}

MockParsedEventValidator is a mock of ParsedEventValidator interface.

func NewMockParsedEventValidator

func NewMockParsedEventValidator(ctrl *gomock.Controller) *MockParsedEventValidator

NewMockParsedEventValidator creates a new mock instance.

func (*MockParsedEventValidator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockParsedEventValidator) Validate

func (m *MockParsedEventValidator) Validate(event domain.ParsedEvent) bool

Validate mocks base method.

type MockParsedEventValidatorMockRecorder

type MockParsedEventValidatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockParsedEventValidatorMockRecorder is the mock recorder for MockParsedEventValidator.

func (*MockParsedEventValidatorMockRecorder) Validate

func (mr *MockParsedEventValidatorMockRecorder) Validate(event any) *gomock.Call

Validate indicates an expected call of Validate.

type MockShellInvoker

type MockShellInvoker struct {
	// contains filtered or unexported fields
}

MockShellInvoker is a mock of ShellInvoker interface.

func NewMockShellInvoker

func NewMockShellInvoker(ctrl *gomock.Controller) *MockShellInvoker

NewMockShellInvoker creates a new mock instance.

func (*MockShellInvoker) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockShellInvoker) Execute

func (m *MockShellInvoker) Execute(arg0 domain.TargetScriptList) error

Execute mocks base method.

type MockShellInvokerMockRecorder

type MockShellInvokerMockRecorder struct {
	// contains filtered or unexported fields
}

MockShellInvokerMockRecorder is the mock recorder for MockShellInvoker.

func (*MockShellInvokerMockRecorder) Execute

func (mr *MockShellInvokerMockRecorder) Execute(arg0 any) *gomock.Call

Execute indicates an expected call of Execute.

type MockTargetScriptListValidator

type MockTargetScriptListValidator struct {
	// contains filtered or unexported fields
}

MockTargetScriptListValidator is a mock of TargetScriptListValidator interface.

func NewMockTargetScriptListValidator

func NewMockTargetScriptListValidator(ctrl *gomock.Controller) *MockTargetScriptListValidator

NewMockTargetScriptListValidator creates a new mock instance.

func (*MockTargetScriptListValidator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTargetScriptListValidator) Validate

Validate mocks base method.

type MockTargetScriptListValidatorMockRecorder

type MockTargetScriptListValidatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockTargetScriptListValidatorMockRecorder is the mock recorder for MockTargetScriptListValidator.

func (*MockTargetScriptListValidatorMockRecorder) Validate

Validate indicates an expected call of Validate.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL