Documentation ¶ Index ¶ type Standard func New() *Standard func (s *Standard) Close() error func (s *Standard) Description() string func (s *Standard) Do(pageURL string, data echo.Store) ([]byte, error) func (s *Standard) Name() string func (s *Standard) Start(opt echo.Store) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Standard ¶ type Standard struct { Worker *miner.Worker *collector.Base } func New ¶ func New() *Standard func (*Standard) Close ¶ func (s *Standard) Close() error func (*Standard) Description ¶ func (s *Standard) Description() string func (*Standard) Do ¶ func (s *Standard) Do(pageURL string, data echo.Store) ([]byte, error) func (*Standard) Name ¶ func (s *Standard) Name() string func (*Standard) Start ¶ func (s *Standard) Start(opt echo.Store) (err error) Source Files ¶ View all Source files standard.go Click to show internal directories. Click to hide internal directories.