MCPcopy
hub / github.com/hashicorp/vault / stringMapValue

Struct stringMapValue

command/base_flags.go:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780type stringMapValue struct {
781 hidden bool
782 target *map[string]string
783}
784
785func newStringMapValue(def map[string]string, target *map[string]string, hidden bool) *stringMapValue {
786 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected