Versions in this module Expand all Collapse all v0 v0.3.0 Apr 7, 2021 Changes in this version + type ChromiumGrabber struct + func NewChromiumGrabber(profile browserutils.ProfileDir, date time.Time) (*ChromiumGrabber, error) + func (c *ChromiumGrabber) Close() error + func (c *ChromiumGrabber) Err() error + func (c *ChromiumGrabber) Next() bool + func (c *ChromiumGrabber) Scan(dest interface{}) error + type History struct + LastVisited time.Time + Title string + URL string + VisitCount int + type HistoryGrabber interface + Iterate func() <-chan History