package
Version:
v0.0.0-...-9e24904
Opens a new window with list of versions in this module.
Published: Oct 14, 2022
License: MIT
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 User struct {
ID int64 `json:"id"`
Name string `json:"name"`
Furigana string `json:"furigana"`
Photo string `json:"photo"`
CreatedAt time.Time `json:"create_at"`
UpdatedAt time.Time `json:"update_at"`
}
User is a user of the system.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.