validate

package
v1.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package validate provides struct validation powered by go-playground/validator, with automatic conversion of validation errors to Nucleus DomainErrors.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRule

func RegisterRule(tag string, fn validator.Func, message string) error

RegisterRule adds a custom validation rule that can be used via struct tags.

func Validate

func Validate(v interface{}) error

Validate validates a struct using its `validate` tags. Returns a *DomainError of type VALIDATION_FAILED with per-field messages if validation fails, or nil.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL