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
// Customize items to save.
OnlyToSave(toSave []item.Item)
// Copy bookmarks
CopyBookmark() (string, error)
// BrowsingData returns all browsing data in the browser.
BrowsingData(isFullExport bool) (*browingdata.Data, 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.