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 *khulnasoft.Config) error
}
type ConfigReaderImpl ¶
type ConfigReaderImpl struct {
// contains filtered or unexported fields
}
func (*ConfigReaderImpl) Read ¶
func (reader *ConfigReaderImpl) Read(configFilePath string, cfg *khulnasoft.Config) error
type MockConfigReader ¶
type MockConfigReader struct { Cfg *khulnasoft.Config Err error }
func (*MockConfigReader) Read ¶
func (reader *MockConfigReader) Read(configFilePath string, cfg *khulnasoft.Config) error
Click to show internal directories.
Click to hide internal directories.