(ttl time.Duration)
| 202 | } |
| 203 | |
| 204 | func (s *StatusGetter) CachedClient(ttl time.Duration) *http.Client { |
| 205 | return s.cachedClient(s.Client, ttl) |
| 206 | } |
| 207 | |
| 208 | func (s *StatusGetter) ShouldExclude(repo string) bool { |
| 209 | for _, exclude := range s.Exclude { |
no outgoing calls
no test coverage detected