- Client.Do retries 429/403/5xx honoring Retry-After - 401 returns ErrUnauthorized immediately (no retry) - Context cancellation honored during retry sleeps - Default UA keyhunter-recon/1.0, 30s timeout, 2 retries
5 lines
262 B
Go
5 lines
262 B
Go
// Package sources hosts per-OSINT-source ReconSource implementations for Phase 10
|
|
// code hosting (GitHub, GitLab, Bitbucket, Gist, Codeberg, HuggingFace, Kaggle,
|
|
// Replit, CodeSandbox, sandboxes). Each source implements pkg/recon.ReconSource.
|
|
package sources
|