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

Struct durationValue

command/base_flags.go:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651type durationValue struct {
652 hidden bool
653 target *time.Duration
654}
655
656func newDurationValue(def time.Duration, target *time.Duration, hidden bool) *durationValue {
657 *target = def

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected