MCPcopy Create free account
hub / github.com/compozy/agh / configValueRecord

Struct configValueRecord

internal/cli/config.go:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90type configValueRecord struct {
91 Path string `json:"path"`
92 Value any `json:"value"`
93 Redacted bool `json:"redacted"`
94}
95
96type configSetRecord struct {
97 Path string `json:"path"`

Callers 1

newConfigGetCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected