Documentation
¶
Overview ¶
@sk-task dashboard-polish#T1.1: Dashboard package with SSE handler + HTML (AC-001, AC-003)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶
type Dashboard struct {
// contains filtered or unexported fields
}
Dashboard provides a real-time web UI for monitoring crew execution via SSE.
func New ¶
New creates a Dashboard that subscribes to all EventBus events and fans them out to SSE listeners.
func (*Dashboard) HandleHTML ¶
func (d *Dashboard) HandleHTML(w http.ResponseWriter, r *http.Request)
HandleHTML serves the embedded dashboard HTML page.
Click to show internal directories.
Click to hide internal directories.