Home
last modified time | relevance | path

Searched defs:GetActiveChannels (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/live/managedstream/
H A Dcache.go12 GetActiveChannels(orgID int64) (map[string]json.RawMessage, error) methodSpec
H A Dcache_memory.go23 func (c *MemoryFrameCache) GetActiveChannels(orgID int64) (map[string]json.RawMessage, error) { func
H A Dcache_redis.go31 func (c *RedisFrameCache) GetActiveChannels(orgID int64) (map[string]json.RawMessage, error) { func