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" flags:"required"` TimeCreated time.Time `json:"timeCreated"` Awesome bool `json:"awesome" title:"Whether the user is awesome" flags:"readonly,nullable"` } Source Files ¶ View all Source files user.go Directories ¶ Show internal Expand all Path Synopsis general pbac Click to show internal directories. Click to hide internal directories.