mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
type FrameCache interface {
|
||||
// GetActiveChannels returns active managed stream channels with JSON schema.
|
||||
GetActiveChannels(orgID int64) (map[string]json.RawMessage, error)
|
||||
// GetFrame returns full JSON frame for a path.
|
||||
// GetFrame returns full JSON frame for a channel in org.
|
||||
GetFrame(orgID int64, channel string) (json.RawMessage, bool, error)
|
||||
// Update updates frame cache and returns true if schema changed.
|
||||
Update(orgID int64, channel string, frameJson data.FrameJSONCache) (bool, error)
|
||||
|
||||
Reference in New Issue
Block a user