(addr string)
| 486 | } |
| 487 | |
| 488 | func (s *InfoCache) GetRunId(addr string) string { |
| 489 | return s.Get(addr)["run_id"] |
| 490 | } |
| 491 | |
| 492 | func (s *InfoCache) getSlow(addr string) (map[string]string, error) { |
| 493 | c, err := NewClient(addr, s.Auth, s.Timeout) |
no test coverage detected