package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Nov 3, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package prepare provides a function to validate configuration recursively.
func Prepare(src interface{}) error
Prepare calls Prepare() method on the object and its fields recursively.
type Preparer interface {
Prepare() error
}
Preparer is used for recursive validation of configuration structures.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.