Documentation ¶ Index ¶ func Validate(projects []project.Project) error type Validator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Validate ¶ func Validate(projects []project.Project) error Validate verifies that the passed projects are sound to an extent that can be checked before deployment. This means, that only checks can be performed that work on 'static' data. Types ¶ type Validator ¶ type Validator interface { Validate(projects []project.Project, config config.Config) error } Source Files ¶ View all Source files validate.go Click to show internal directories. Click to hide internal directories.