validationfx

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoPlaygroundModule = fx.Module("geck/validation/go-playground",
	fx.Provide(
		env.ParseAs[validation.ValidatorConfig],
		fx.Annotate(
			validation.NewGoPlaygroundValidator,
			fx.As(new(validation.Validator)),
		),
	),
)

GoPlaygroundModule is the `uber/fx` module of the validation package, offering implementations with the third-party `go-playground/validator` package.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳