Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// ServerAddress is server HTTP address (required).
ServerAddress string
// ServerCORS is cross-origin resource sharing configuration
ServerCORS *cors.Config
// FileStore is a file storage provider interface (required).
FileStore fs.FileStore
// Router is a Gin router instance.
Router *gin.Engine
// Browser is a Rod browser instance.
Browser *rod.Browser
// BrowserServerID is a unique identifier for the browser server.
BrowserServerID int
// BrowserServiceURL is the URL of the browser service.
BrowserServiceURL string
// BrowserUserDataDir is the directory where the browser stores its data in the browser service.
BrowserUserDataDir string
// BrowserMonitorEnabled enables the browser monitor.
BrowserMonitorEnabled bool
// Plugins is a list of plugins to load.
Plugins []pluginsRegistry.Plugin
}
func DefaultManagerConfig ¶
Click to show internal directories.
Click to hide internal directories.