package
Version:
v0.0.0-...-8af0a7f
Opens a new window with list of versions in this module.
Published: Feb 20, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EnumValid interface {
Valid() bool
}
type MulPayload struct {
Colors []Color `json:"colors" validate:"dive,enum"`
Other string `json:"other" validate:"required_if_element=Colors other"`
}
type Payload struct {
Color Color `json:"color" validate:"enum"`
Other string `json:"other" validate:"required_if=Color other"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.