Documentation
¶
Index ¶
- type Validate
- func (v Validate) UnmarshalFromBytes(data []byte, destination any) error
- func (v Validate) UnmarshalFromRequest(r *http.Request, destination any) error
- func (v Validate) UnmarshalFromResponse(r *http.Response, destination any) error
- func (v Validate) UnmarshalFromString(data string, destination any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validate ¶
type Validate struct {
Instance *validator.Validate
}
func (Validate) UnmarshalFromBytes ¶ added in v0.0.17
func (Validate) UnmarshalFromRequest ¶
func (Validate) UnmarshalFromResponse ¶ added in v0.0.9
Click to show internal directories.
Click to hide internal directories.