Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Source = config.Source // headless Query = config.Query WaitFor = config.WaitFor WaitUntil = config.WaitUntil Screenshot = config.Screenshot Content = config.Content // misc TargetType = config.TargetType Limit = config.Limit Verbose = config.Verbose NoStopWords = config.NoStopWords StopWords = config.StopWords ContentOnly = config.ContentOnly FullSite = config.FullSite // weighing TagWeightsString = config.TagWeightsString TagWeightsJSON = config.TagWeightsJSON ExtraTagWeightsString = config.ExtraTagWeightsString ExtraTagWeightsJSON = config.ExtraTagWeightsJSON ExcludeTagsString = config.ExcludeTagsString AllTagWeights = config.AllTagWeights AdjustScores = config.AdjustScores Extensions = config.Extensions Unknown = config.Unknown Text = config.Text HTML = config.HTML Markdown = config.Markdown ContentTypeOf = config.ContentTypeOf )
Functions ¶
Types ¶
type ContentType ¶ added in v0.2.0
type ContentType = config.ContentType
Click to show internal directories.
Click to hide internal directories.