Searched refs:ChannelMetric (Results 1 – 2 of 2) sorted by relevance
96 func GetTopChannels(id int64) ([]*ChannelMetric, bool) {122 func GetChannel(id int64) *ChannelMetric {371 func (c *channelMap) GetTopChannels(id int64) ([]*ChannelMetric, bool) {384 var t []*ChannelMetric391 t = append(t, &ChannelMetric{505 func (c *channelMap) GetChannel(id int64) *ChannelMetric {506 cm := &ChannelMetric{}
79 type ChannelMetric struct { struct