Documentation
¶
Overview ¶
Package dashboard serves the web-based notification management UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Serve ¶
func Serve(cfg config.Config, configPath string, port int, open bool, showFn, minimizeFn, quitFn func(), topmostFn func(bool)) error
Serve starts the dashboard HTTP server on 127.0.0.1:port and blocks until interrupted. If open is true, a browser window is launched in app mode (chromeless) pointing at the dashboard URL. The showFn, minimizeFn, quitFn, and topmostFn callbacks control the native window; the CLI passes nil for all of them, while the Wails desktop app supplies real implementations.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.