Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserServiceImpl ¶
type BrowserServiceImpl struct { Regs []browsers.Registry //starter:inject(".") // contains filtered or unexported fields }
BrowserServiceImpl ...
type Chrome ¶
type Chrome struct { FS afs.FS //starter:inject("#") ExePath string //starter:inject("${browser.chrome.executable}") Enabled bool //starter:inject("${browser.chrome.enabled}") Priority int //starter:inject("${browser.chrome.priority}") // contains filtered or unexported fields }
Chrome ...
func (*Chrome) Registration ¶
func (inst *Chrome) Registration() *browsers.Registration
Registration ...
type Firefox ¶
type Firefox struct { FS afs.FS //starter:inject("#") ExePath string //starter:inject("${browser.firefox.executable}") Enabled bool //starter:inject("${browser.firefox.enabled}") Priority int //starter:inject("${browser.firefox.priority}") // contains filtered or unexported fields }
Firefox ...
func (*Firefox) Registration ¶
func (inst *Firefox) Registration() *browsers.Registration
Registration ...
type MSEdge ¶
type MSEdge struct { FS afs.FS //starter:inject("#") ExePath string //starter:inject("${browser.msedge.executable}") Enabled bool //starter:inject("${browser.msedge.enabled}") Priority int //starter:inject("${browser.msedge.priority}") // contains filtered or unexported fields }
MSEdge ...
func (*MSEdge) Registration ¶
func (inst *MSEdge) Registration() *browsers.Registration
Registration ...
Click to show internal directories.
Click to hide internal directories.