playground_validator

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(v *playgroundLib.Validate)

Option extends the underlying validator with service-specific aliases or custom validation functions.

func WithAlias

func WithAlias(alias, tags string) Option

WithAlias registers a tag alias (e.g. "asset_category" → "required,oneof=...").

func WithValidation

func WithValidation(tag string, fn playgroundLib.Func) Option

WithValidation registers a custom validation function under the given tag.

type Playground

type Playground struct {
	// contains filtered or unexported fields
}

Playground validates structs using github.com/go-playground/validator.

func NewPlayground

func NewPlayground(opts ...Option) *Playground

func (*Playground) Validate

func (v *Playground) Validate(i interface{}) error

Jump to

Keyboard shortcuts

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