mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: expose owner_name
in coder_workspace
resource (#11639)
This commit is contained in:
@ -2144,6 +2144,8 @@ type User struct {
|
||||
QuietHoursSchedule string `db:"quiet_hours_schedule" json:"quiet_hours_schedule"`
|
||||
// "" can be interpreted as "the user does not care", falling back to the default theme
|
||||
ThemePreference string `db:"theme_preference" json:"theme_preference"`
|
||||
// Name of the Coder user
|
||||
Name string `db:"name" json:"name"`
|
||||
}
|
||||
|
||||
type UserLink struct {
|
||||
|
Reference in New Issue
Block a user