Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Preference ¶
type Preference struct { GroupEntityURL string // 群组URL MaxPrice int // 最大价格 IncludeNoContentPriceCheck bool // 包含标题没有写价格的 ExcludeKeyArray []string // 排除关键字 IncludeKeyArray []string // 包含关键字 MaxPage int // 爬取最大页数 SavePreference bool // 是否持久化配置 CookieString string // See request#AnalysisCookieString Function }
func (Preference) String ¶
func (p Preference) String() string
Click to show internal directories.
Click to hide internal directories.