Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBrowser ¶
type FakeBrowser struct { RunCallback callback StartCallback callback }
FakeBrowser is a fake browser implementation for test purposes
func (*FakeBrowser) Run ¶
func (b *FakeBrowser) Run(url string) error
Run is a fake implementation. It calls RunCallback
func (*FakeBrowser) Start ¶
func (b *FakeBrowser) Start(url string) error
Start is a fake implementation. It calls StartCallback
Click to show internal directories.
Click to hide internal directories.