Versions in this module Expand all Collapse all v0 v0.4.1 Jul 10, 2026 v0.4.0 Jul 10, 2026 Changes in this version + func New(opts ...Option) fiber.StructValidator + type Option func(*StructValidator) + func WithTagName(name string) Option + func WithValidate(v *validator.Validate) Option + type StructValidator struct + func (s *StructValidator) Validate(out any) error