Trying to figure a way of mapping the telemetry agents fields back to my UI
This commit is contained in:
@@ -3,4 +3,5 @@ package telemetry
|
||||
|
||||
type TelemetryProvider interface {
|
||||
Stream() (<-chan TelemetryData, error)
|
||||
Subscribe([]FieldID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user