(ttl time.Duration)
| 204 | } |
| 205 | |
| 206 | func (s *StatusGetter) CachedClient(ttl time.Duration) *http.Client { |
| 207 | return s.cachedClient(s.Client, ttl) |
| 208 | } |
| 209 | |
| 210 | func (s *StatusGetter) ShouldExclude(repo string) bool { |
| 211 | return slices.Contains(s.Exclude, repo) |
no outgoing calls
no test coverage detected