MCPcopy
hub / github.com/kopia/kopia / durationParam

Struct durationParam

internal/contentlog/logparam/logparam.go:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109type durationParam struct {
110 Key string
111 Value time.Duration
112}
113
114func (v durationParam) WriteValueTo(jw *contentlog.JSONWriter) {
115 jw.Int64Field(v.Key, v.Value.Microseconds())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected