Documentation
¶
Index ¶
- type Config
- type Result
- type Scanner
- func (s *Scanner) Investigo(ctx context.Context, username string, site string, sd data.SiteData, ...) Result
- func (s *Scanner) ScanUsername(ctx context.Context, username string, sites map[string]data.SiteData, ...) error
- func (s *Scanner) ValidateSites(ctx context.Context, sites map[string]data.SiteData, ...) (int, error)
- type ValidationFailure
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner(client *http.Client, cfg Config, dls map[string]downloaders.DownloaderFunc) *Scanner
func (*Scanner) ScanUsername ¶
Click to show internal directories.
Click to hide internal directories.