Documentation ¶ Index ¶ type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { ID int `json:"id"` Name string `json:"name"` Email string `json:"email"` Password string `json:"password"` License string `json:"license"` } Source Files ¶ View all Source files typings.go Click to show internal directories. Click to hide internal directories.