MCPcopy Index your code
hub / github.com/docker/docker-agent / Spinner

Function Spinner

pkg/tui/types/types.go:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func Spinner() *Message {
82 return &Message{
83 Type: MessageTypeSpinner,
84 }
85}
86
87// SpinnerLabeled is a pending-response spinner that names the agent we're waiting
88// on. Sender drives the accent color; Content holds the label (e.g. "root → x").

Calls

no outgoing calls