Skip to content

Commit

Permalink
added data to feature structs
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed May 13, 2024
1 parent 85b1e46 commit 79720b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@ type WorkspaceFeatures struct {
Uuid string `json:"uuid"`
WorkspaceUuid string `json:"workspace_uuid"`
Name string `json:"name"`
Brief string `json:"brief"`
Requirements string `json:"requirements"`
Architecture string `json:"architecture"`
Url string `json:"url"`
Created *time.Time `json:"created"`
Updated *time.Time `json:"updated"`
Expand Down

0 comments on commit 79720b1

Please sign in to comment.