Documentation
¶
Index ¶
- func Marshal(out any, o ...json.Options) ([]byte, error)
- func MarshalEncode(e *jsontext.Encoder, v any, o ...json.Options) error
- func MarshalWrite(w io.Writer, v any, o ...json.Options) error
- func Unmarshal(data []byte, v any, o ...json.Options) error
- func UnmarshalDecode(d *jsontext.Decoder, v any, o ...json.Options) error
- func UnmarshalDecodeUnion(dec *jsontext.Decoder, ut UnionType) error
- func UnmarshalReader(r io.Reader, v any, o ...json.Options) error
- func UnmarshalUnion(data []byte, ut UnionType) error
- type Provider
- type UnionType
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalUnion ¶
Types ¶
type Provider ¶
type Provider = validation.Provider
type Validator ¶
type Validator = validation.Validator
Directories
¶
| Path | Synopsis |
|---|---|
|
internal/cmd
command
|
|
|
Package validators defines field validation
|
Package validators defines field validation |
Click to show internal directories.
Click to hide internal directories.