Discover Packages
github.com/mimikwang/parsing-exercise/solutions/go
pkg
parse
output
package
Version:
v0.0.0-...-6093358
Opens a new window with list of versions in this module.
Published: Nov 16, 2022
License: GPL-3.0
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
Documentation
¶
type Output struct {
Id int `json:"id" validate:"required"`
Name string `json:"name" validate:"required"`
Age int `json:"age" validate:"required"`
Bmi string `json:"bmi" validate:"required"`
}
Output defines the output format
NewOutput constructs a new Output
ToBytes convert Output to bytes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.