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

Struct CommandBuilderState

internal/tui/views/pricing.go:34–41  ·  view source on GitHub ↗

CommandBuilderState holds the structured query builder state.

Source from the content-addressed store, hash-verified

32
33// CommandBuilderState holds the structured query builder state.
34type CommandBuilderState struct {
35 SelectedField int // 0=products, 1=regions, 2=attrs, 3=price
36 ProductTags []string
37 RegionTags []string
38 AttributeTags []string
39 PriceTags []string
40 SearchInput string
41}
42
43func NewCommandBuilderState() CommandBuilderState {
44 return CommandBuilderState{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected