Documentation
¶
Overview ¶
Package web provides a browser-based UI that streams HTML fragments over SSE.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Web ¶
type Web struct {
// contains filtered or unexported fields
}
Web implements ui.UI with a browser-based interface.
func (*Web) Actions ¶
func (w *Web) Actions() <-chan ui.UserAction
func (*Web) Run ¶
Run starts the HTTP server, opens the browser, and consumes events until context cancellation.
func (*Web) SetHintFunc ¶
func (*Web) SetWorkdir ¶
Click to show internal directories.
Click to hide internal directories.