Documentation ¶
Overview ¶
Copyright by LunaSec (owned by Refinery Labs, Inc)
Licensed under the Business Source License v1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://github.com/lunasec-io/lunasec/blob/master/licenses/BSL-LunaTrace.txt
See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewConfig, NewScraper, wire.Bind(new(Scraper), new(*scraper)), )
Functions ¶
func NewScraper ¶
func NewScraper(config Config) *scraper
func NormalizeContent ¶
Types ¶
type Config ¶
type Config struct { BrowserDomains string `yaml:"browser_domains"` Workers int `yaml:"workers"` Proxy ProxyConfig `yaml:"proxy"` }
type ProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.