Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2026 Changes in this version + type Result struct + Errors []ValidationError + func Validate(envFile, exampleFile string, schema map[string]config.EnvVar) Result + func ValidateWithDefaults(envFile, exampleFile string, schema map[string]config.EnvVar) (Result, map[string]string) + func (r Result) Valid() bool + type ValidationError struct + Key string + Message string + func (e ValidationError) Error() string