validator

package
v1.202.1 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package validator is a generated GoMock package.

Index

Constants

This section is empty.

Variables

View Source
var ErrSchemaNotFound = errors.New("failed to fetch schema")

Functions

This section is empty.

Types

type MockValidator

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

MockValidator is a mock of Validator interface.

func NewMockValidator

func NewMockValidator(ctrl *gomock.Controller) *MockValidator

NewMockValidator creates a new mock instance.

func (*MockValidator) EXPECT

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

func (*MockValidator) ValidateYAMLSchema

func (m *MockValidator) ValidateYAMLSchema(schema, sourceFile string) ([]gojsonschema.ResultError, error)

ValidateYAMLSchema mocks base method.

type MockValidatorMockRecorder

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

MockValidatorMockRecorder is the mock recorder for MockValidator.

func (*MockValidatorMockRecorder) ValidateYAMLSchema

func (mr *MockValidatorMockRecorder) ValidateYAMLSchema(schema, sourceFile any) *gomock.Call

ValidateYAMLSchema indicates an expected call of ValidateYAMLSchema.

type Validator

type Validator interface {
	ValidateYAMLSchema(schema, sourceFile string) ([]gojsonschema.ResultError, error)
}

func NewYAMLSchemaValidator

func NewYAMLSchemaValidator(atmosConfig *schema.AtmosConfiguration) Validator

Jump to

Keyboard shortcuts

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