reader

package
v1.38.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigReader

type ConfigReader interface {
	Read(configFilePath string, cfg *aqua.Config) error
}

type ConfigReaderImpl added in v1.29.0

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

func New

func New(fs afero.Fs, param *config.Param) *ConfigReaderImpl

func (*ConfigReaderImpl) Read added in v1.29.0

func (reader *ConfigReaderImpl) Read(configFilePath string, cfg *aqua.Config) error

type MockConfigReader added in v1.29.0

type MockConfigReader struct {
	Cfg *aqua.Config
	Err error
}

func (*MockConfigReader) Read added in v1.29.0

func (reader *MockConfigReader) Read(configFilePath string, cfg *aqua.Config) error

Jump to

Keyboard shortcuts

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