add scene save and load in quasar backend
This commit is contained in:
9
backend/models/value.go
Normal file
9
backend/models/value.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type Value struct {
|
||||
Uuid uuid.UUID `json:"uuid"`
|
||||
Path string `json:"path"`
|
||||
Value any `json:"value"`
|
||||
}
|
Reference in New Issue
Block a user