MCPcopy
hub / github.com/docker/docker-agent / mockChatPage

Struct mockChatPage

pkg/tui/tui_exit_test.go:32–32  ·  view source on GitHub ↗

mockChatPage implements chat.Page for testing.

Source from the content-addressed store, hash-verified

30
31// mockChatPage implements chat.Page for testing.
32type mockChatPage struct{}
33
34func (m *mockChatPage) Init() tea.Cmd { return nil }
35func (m *mockChatPage) Update(tea.Msg) (layout.Model, tea.Cmd) { return m, nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected