Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListBrowsers ¶
func ListBrowsers() []string
Types ¶
type Browser ¶
type Browser interface { // Name is browser's name Name() string // BrowsingData returns all browsing data in the browser. BrowsingData(isFullExport bool) (*browserdata.BrowserData, error) }
func PickBrowsers ¶
PickBrowsers returns a list of browsers that match the name and profile.
Click to show internal directories.
Click to hide internal directories.