initial branch commit

This commit is contained in:
Christoph Kluge
2023-07-21 16:33:53 +02:00
parent 3e73df76dd
commit f7571211fd
7 changed files with 38 additions and 25 deletions

View File

@@ -22,8 +22,8 @@ type FloatRange struct {
}
type Footprints struct {
Nodehours []schema.Float `json:"nodehours"`
Metrics []*MetricFootprints `json:"metrics"`
Timeweights []schema.Float `json:"timeweights"`
Metrics []*MetricFootprints `json:"metrics"`
}
type HistoPoint struct {