MCPcopy
hub / github.com/kopia/kopia / errorParam

Struct errorParam

internal/contentlog/logparam/logparam.go:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type errorParam struct {
119 Key string
120 Value error
121}
122
123func (v errorParam) WriteValueTo(jw *contentlog.JSONWriter) {
124 jw.ErrorField(v.Key, v.Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected