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.
Click to show internal directories.
Click to hide internal directories.