Uploaded Media File Delete Update
This commit is contained in:
12
server/routes/models.go
Normal file
12
server/routes/models.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package routes
|
||||
|
||||
type Simulation struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Resources []string `json:"resources"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
Config *string `json:"config"`
|
||||
SearchTime *float64 `json:"search_time"`
|
||||
TotalTime *float64 `json:"total_time"`
|
||||
TotalSizeBytes int64 `json:"total_size_bytes"`
|
||||
}
|
||||
Reference in New Issue
Block a user