ui

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	// contains filtered or unexported fields
}

Model is the root Bubble Tea model.

func New

func New(g *dag.Graph, dc *docker.Client) Model

New creates the initial model and starts the Docker polling goroutine.

func (Model) Init

func (m Model) Init() tea.Cmd

Init starts the spinner ticker and begins listening for state updates.

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

Update routes incoming messages, mutating model state and returning any follow-up commands.

func (Model) View

func (m Model) View() string

View renders the current model state to a string for display.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL