Versions in this module Expand all Collapse all v0 v0.26.1 Apr 30, 2026 v0.26.0 Apr 29, 2026 Changes in this version + func StreamProxyLogs(ctx context.Context, manager workloads.Manager, name string) <-chan string + func StreamWorkloadLogs(ctx context.Context, manager workloads.Manager, name string) <-chan string + type Model struct + func New(ctx context.Context, manager workloads.Manager, logCh <-chan string) (Model, error) + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string