Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
Extensions []ExtensionConfig `toml:"extensions"`
}
type BrowserType ¶
type BrowserType int32
const ( FIREFOX BrowserType = 0 CHROMIUM BrowserType = 1 )
func (*BrowserType) UnmarshalText ¶
func (bt *BrowserType) UnmarshalText(text []byte) error
type ExtensionConfig ¶
type ExtensionConfig struct { Browser BrowserType `toml:"browser"` Profile string `toml:"profile"` Names []string `toml:"names"` }
Click to show internal directories.
Click to hide internal directories.