package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Sep 29, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Person struct {
ID int `json:"id" seal:"id"`
Name string `json:"name" seal:"name"`
Age int `json:"age" seal:"age"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.