Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IExtractor ¶
type IExtractor interface {
ExtractConfigurationsFromYamlFile(path string) (*[]pkgExtractor.Configuration, string, *pkgExtractor.InvalidFile)
}
type YamlValidator ¶
type YamlValidator struct {
// contains filtered or unexported fields
}
func New ¶
func New(options *YamlValidatorOptions) *YamlValidator
func (*YamlValidator) ValidateFiles ¶
func (yv *YamlValidator) ValidateFiles(filesPaths []string) []*pkgExtractor.InvalidFile
type YamlValidatorOptions ¶
type YamlValidatorOptions struct {
Extractor IExtractor
}
Click to show internal directories.
Click to hide internal directories.