bindgen: everything works

This commit is contained in:
nym21
2026-03-16 11:37:53 +01:00
parent d3721b0020
commit b74319bf10
21 changed files with 189 additions and 96 deletions

View File

@@ -220,6 +220,7 @@ class MetricData(Generic[T]):
"""Metric data with range information. Always int-indexed."""
version: int
index: Index
type: str
total: int
start: int
end: int