Searched refs:SubChannelMetric (Results 1 – 2 of 2) sorted by relevance
127 func GetSubChannel(id int64) *SubChannelMetric {524 func (c *channelMap) GetSubChannel(id int64) *SubChannelMetric {525 cm := &SubChannelMetric{}
103 type SubChannelMetric struct { struct