Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run( ctx context.Context, r io.Reader, svcMapFn func() docker.ServiceMap, filter string, ) error
Run starts the bubbletea TUI. It reads NDJSON records from r, resolves service names via svcMapFn, and optionally filters by service name. It blocks until the user quits or ctx is cancelled.
Types ¶
type ErrMsg ¶
type ErrMsg struct{ Err error }
ErrMsg is sent when an error occurs reading the capture stream.
Click to show internal directories.
Click to hide internal directories.