Searched refs:ServerMetric (Results 1 – 2 of 2) sorted by relevance
106 func GetServers(id int64) ([]*ServerMetric, bool) {415 func (c *channelMap) GetServers(id int64) ([]*ServerMetric, bool) {427 var s []*ServerMetric434 s = append(s, &ServerMetric{
349 type ServerMetric struct { struct