mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
@ -730,4 +730,5 @@ type WorkspaceResourceMetadatum struct {
|
||||
Key string `db:"key" json:"key"`
|
||||
Value sql.NullString `db:"value" json:"value"`
|
||||
Sensitive bool `db:"sensitive" json:"sensitive"`
|
||||
ID int64 `db:"id" json:"id"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user