Versions in this module Expand all Collapse all v1 v1.0.4 Jan 23, 2021 Changes in this version type Config + func New(opts ...Option) Config v1.0.3 Jan 23, 2021 v1.0.2 Jan 22, 2021 v1.0.1 Jan 21, 2021 v1.0.0 Jan 19, 2021 Changes in this version + type Config struct + BatchSize int + Format format.Format + IgnoreHTMLTags bool + IsTest bool + JobsNum int + Port int + WithDetails bool + WithStream bool + func NewConfig(opts ...Option) Config + type Option func(*Config) + func OptBatchSize(i int) Option + func OptFormat(s string) Option + func OptIgnoreHTMLTags(b bool) Option + func OptIsTest(b bool) Option + func OptJobsNum(i int) Option + func OptPort(i int) Option + func OptWithDetails(b bool) Option + func OptWithStream(b bool) Option