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