Versions in this module Expand all Collapse all v1 v1.0.1 Aug 1, 2026 v1.0.0 Aug 1, 2026 Changes in this version + func Load[T any](appName string, opts ...Option) (*T, error) + func MustLoad[T any](appName string, opts ...Option) *T + type CustomValidator struct + func NewCustomValidator() *CustomValidator + func (v *CustomValidator) Validate(i any) error + type Option func(*options) + func WithFileName(n string) Option + func WithFileType(t string) Option + func WithSearchPaths(paths ...string) Option + type Validatable interface + Validate func() error + type ValidationError struct + Errors map[string]string + func (e *ValidationError) Error() string