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 string `json:"id"` FirstName string `json:"first_name"` LastName string `json:"last_name"` // User type // min: 1 // max: 5 Type int `json:"user_type"` } User - user model swagger:model Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.