validator

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2022 License: BSD-3-Clause Imports: 2 Imported by: 0

README

Validator

Initialization and usage:

app := fx.New(
	validation.Module,
	fx.Invoke(func(validator *validator.Validate) {
		// use validator here
	}),
)
app.Run()

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Provide(
	newValidator,
)

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