package
Version:
v0.44.0
Opens a new window with list of versions in this module.
Published: Sep 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Addr struct {
City string `json:"city"`
Home string `json:"home"`
}
type Inner struct {
Phone string `json:"phone"`
}
type TestModel struct {
Name string `json:"name"`
List []User `json:"list"`
}
type User struct {
Id uint `json:"id,string"`
Name string `json:"name"`
Age int `json:"age"`
Addr Addr `json:"addr"`
Inner
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.