Documentation
¶
Overview ¶
Package chacha provides primitives and functions to create a complex tree of checks when one check depends on another check
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DontCheckChildrens ¶
type DontCheckChildrens struct{}
DontCheckChildrens a special marker that stops checking child branches
type Tree ¶
Tree describes the validation tree
func (*Tree) CheckChildrens ¶
CheckChildrens returns a flag - whether it is necessary to perform checks of child branches
func (*Tree) ShowErrors ¶
func (t *Tree) ShowErrors()
ShowErrors display validation errors on the screen
Click to show internal directories.
Click to hide internal directories.