MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / SettingsView

Struct SettingsView

internal/tui/views/settings.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type SettingsView struct {
29 ActiveSection SettingsSection
30 Width int
31 Height int
32}
33
34func NewSettingsView(width, height int) *SettingsView {
35 return &SettingsView{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected