Documentation ¶
Overview ¶
Package validate collects errors from an evaluated Vertex.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Concrete, if true, requires that all values be concrete. Concrete bool // Final, if true, checks that there are no required fields left. Final bool // DisallowCycles indicates that there may not be cycles. DisallowCycles bool // AllErrors continues descending into a Vertex, even if errors are found. AllErrors bool }
Click to show internal directories.
Click to hide internal directories.