Trying to figure a way of mapping the telemetry agents fields back to my UI

This commit is contained in:
2026-03-09 23:37:29 +00:00
parent ef2c7bf173
commit 19c2ac2d07
7 changed files with 127 additions and 36 deletions
+1
View File
@@ -3,4 +3,5 @@ package telemetry
type TelemetryProvider interface {
Stream() (<-chan TelemetryData, error)
Subscribe([]FieldID)
}