Continue restructuring. Intermediate state.

This commit is contained in:
2024-05-06 09:27:28 +02:00
parent e1e6694656
commit b2528f958c
13 changed files with 795 additions and 751 deletions

View File

@@ -43,7 +43,7 @@ type MetricConfig struct {
Aggregation AggregationStrategy `json:"aggregation"`
// Private, used internally...
offset int
Offset int
}
type HttpConfig struct {