package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Oct 5, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Option struct {
Apply func(*validator.Validate) error
}
type Params struct {
fx.In
Options []Option `group:"validator_options"`
}
type Result struct {
fx.Out
Validate *validator.Validate
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.