Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func ListBrowser() []string type Browser func PickBrowser(name, profile string) ([]Browser, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListBrowser ¶ func ListBrowser() []string Types ¶ type Browser ¶ type Browser interface { // Name is browser's name Name() string // BrowsingData returns all browsing data in the browser. BrowsingData() (*browingdata.Data, error) } func PickBrowser ¶ func PickBrowser(name, profile string) ([]Browser, error) Source Files ¶ View all Source files browser.go browser_linux.go Directories ¶ Show internal Expand all Path Synopsis chromium firefox Click to show internal directories. Click to hide internal directories.