Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type M ¶
type M struct { ID int64 `json:"id"` FirstName string `json:"first_name"` LastName string `json:"last_name"` Age int `json:"age"` UpdatedAt time.Time `json:"updated_at"` CreatedAt time.Time `json:"created_at"` }
User is a struct that Model a user
Click to show internal directories.
Click to hide internal directories.