testschemas

package
v0.53.0-beta.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCMD

func NewCMD() *cobra.Command

Types

type TestResult

type TestResult struct {
	TestName string
	TestPath string // Path relative to schema directory
	TestType TestType
	Success  bool
	Error    string
}

TestResult represents the result of a single test

type TestType

type TestType string

TestType represents the type of test being run

const (
	TestTypeModelValid   TestType = "model-valid"
	TestTypeModelInvalid TestType = "model-invalid"
	TestTypeMigrate      TestType = "migrate"
)

Jump to

Keyboard shortcuts

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