package
0.0.0-20231102161604-685dc7299dc5
Repository: https://github.com/coreos/vcontext.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DefaultValidator checks if the type implements the validator interface and calls the validate function if it does, returning the report.
No description provided by the author
GetFields takes a value of a struct and flattens all embedded structs in it.
Validate walks the structs, slices, and pointers in thing and calls any Validate(path.ContextPath) report.Report functions defined on the types, aggregating the results.
ValidateCustom validates thing using the custom validation function supplied.

# Structs

StructField is an extension of go's reflect.StructField that also includes the value.

# Type aliases

No description provided by the author