Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBoxNotFound = fmt.Errorf("box not found")
)
Functions ¶
This section is empty.
Types ¶
type BrowserService ¶
type BrowserService struct {
// contains filtered or unexported fields
}
BrowserService handles the core logic for browser automation.
func NewBrowserService ¶
func NewBrowserService(boxMgr boxSvc.BoxService) (*BrowserService, error)
NewBrowserService creates a new BrowserService.
Click to show internal directories.
Click to hide internal directories.