schema_validator

package
v1.9.19 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractYamlFilesContent

func ExtractYamlFilesContent(schemaPath string, yamlPath string) (string, string, error)

Types

type JSONSchemaValidationPrinter

type JSONSchemaValidationPrinter interface {
	PrintYamlSchemaResults(errorsResult []jsonschema.Detailed, error error)
}

type JSONSchemaValidator

type JSONSchemaValidator interface {
	ValidateYamlSchema(yamlSchema string, yaml string) ([]jsonschema.Detailed, error)
}

type JSONSchemaValidatorCommandContext

type JSONSchemaValidatorCommandContext struct {
	JSONSchemaValidator JSONSchemaValidator
	Printer             JSONSchemaValidationPrinter
}

type Result

type Result = gojsonschema.Result

Jump to

Keyboard shortcuts

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