MCPcopy
hub / github.com/basecamp/once / SettingsSection

Interface SettingsSection

internal/ui/settings.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type SettingsSection interface {
18 Init() tea.Cmd
19 Update(tea.Msg) (SettingsSection, tea.Cmd)
20 View() string
21 Title() string
22 StatusLine() string
23}
24
25type SettingsSectionSubmitMsg struct {
26 Settings docker.ApplicationSettings

Callers 7

InitMethod · 0.65
UpdateMethod · 0.65
handleFormSubmitMethod · 0.65
UpdateMethod · 0.65
ViewMethod · 0.65
ViewMethod · 0.65
ViewMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…