mock_config

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock_config is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCfgCreator

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

MockCfgCreator is a mock of CfgCreator interface.

func NewMockCfgCreator

func NewMockCfgCreator(ctrl *gomock.Controller) *MockCfgCreator

NewMockCfgCreator creates a new mock instance.

func (*MockCfgCreator) ConfigFileExists

func (m *MockCfgCreator) ConfigFileExists(filePath string) (bool, error)

ConfigFileExists mocks base method.

func (*MockCfgCreator) EXPECT

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

func (*MockCfgCreator) GetConfigFilePath

func (m *MockCfgCreator) GetConfigFilePath() (string, error)

GetConfigFilePath mocks base method.

func (*MockCfgCreator) WriteFile

func (m *MockCfgCreator) WriteFile(filePath string, yamlData []byte) error

WriteFile mocks base method.

type MockCfgCreatorMockRecorder

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

MockCfgCreatorMockRecorder is the mock recorder for MockCfgCreator.

func (*MockCfgCreatorMockRecorder) ConfigFileExists

func (mr *MockCfgCreatorMockRecorder) ConfigFileExists(filePath interface{}) *gomock.Call

ConfigFileExists indicates an expected call of ConfigFileExists.

func (*MockCfgCreatorMockRecorder) GetConfigFilePath

func (mr *MockCfgCreatorMockRecorder) GetConfigFilePath() *gomock.Call

GetConfigFilePath indicates an expected call of GetConfigFilePath.

func (*MockCfgCreatorMockRecorder) WriteFile

func (mr *MockCfgCreatorMockRecorder) WriteFile(filePath, yamlData interface{}) *gomock.Call

WriteFile indicates an expected call of WriteFile.

Jump to

Keyboard shortcuts

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