Documentation ¶ Overview ¶ Package commoncrawl logic Index ¶ type Source func (s *Source) AddApiKeys(_ []string) func (s *Source) Name() string func (s *Source) NeedsKey() bool func (s *Source) Run(ctx context.Context, sharedCtx *common.Shared, rootUrl string) <-chan source.Result Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Source ¶ type Source struct { } func (*Source) AddApiKeys ¶ func (s *Source) AddApiKeys(_ []string) func (*Source) Name ¶ func (s *Source) Name() string func (*Source) NeedsKey ¶ func (s *Source) NeedsKey() bool func (*Source) Run ¶ func (s *Source) Run(ctx context.Context, sharedCtx *common.Shared, rootUrl string) <-chan source.Result Source Files ¶ View all Source files commoncrawl.go Click to show internal directories. Click to hide internal directories.