package
module
Version:
v0.0.0-...-77f8246
Opens a new window with list of versions in this module.
Published: Feb 13, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Validate validates a config, by doing this:
- Call Validate on the config itself if the config implements ConfigValidator.
type Validator interface {
Validate() error
}
Validator defines an optional interface for configurations to implement to do validation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.