MCPcopy
hub / github.com/kopia/kopia / timeParam

Struct timeParam

internal/contentlog/logparam/logparam.go:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91type timeParam struct {
92 Key string
93 Value time.Time
94}
95
96func (v timeParam) WriteValueTo(jw *contentlog.JSONWriter) {
97 jw.TimeField(v.Key, v.Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected