package
Version:
v0.0.0-...-fb57439
Opens a new window with list of versions in this module.
Published: May 17, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type People struct {
Adult int `json:"adult"`
Kid int `json:"kid"`
Baby int `json:"baby"`
}
type ValidationError struct {
Field string `json:"field"`
Message string `json:"message"`
Params i18np.P `json:"params"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.