package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Nov 5, 2019
License: MIT
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 Home struct {
ID int64 `json:"id"`
Address string `json:"address"`
User User `json:"user"`
Parent *User `json:"parent"`
}
type User struct {
ID int64 `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.