Documentation
¶
Overview ¶
Package validate provides the commands relating to schema validation
This package contains the validation code for the CLI. It mirrors the functionality and depends on the `graph` package
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ConnString string
)
View Source
var ValidateCmd = &cobra.Command{ Use: "validate", Short: "The palette responsible for schema validation.", Long: `This palette is responsible for detecting and removing cycles from the database schema. Suggestions can also be given regarding the detected cycles.`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
ValidateCmd represents the validate command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.