add dbm new model and fixed json_data

This commit is contained in:
Adrian Zürcher
2025-05-12 17:12:25 +02:00
parent 5ee97416dd
commit 836a69f914
14 changed files with 260 additions and 167 deletions

5
models/uuids.go Normal file
View File

@@ -0,0 +1,5 @@
package models
import "github.com/google/uuid"
type Uuids map[uuid.UUID]*Datapoint