MCPcopy
hub / github.com/spf13/pflag / durationSliceValue

Struct durationSliceValue

duration_slice.go:10–13  ·  view source on GitHub ↗

-- durationSlice Value

Source from the content-addressed store, hash-verified

8
9// -- durationSlice Value
10type durationSliceValue struct {
11 value *[]time.Duration
12 changed bool
13}
14
15func newDurationSliceValue(val []time.Duration, p *[]time.Duration) *durationSliceValue {
16 dsv := new(durationSliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected