MCPcopy
hub / github.com/kopia/kopia / stringParam

Struct stringParam

internal/contentlog/logparam/logparam.go:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type stringParam struct {
128 Key string
129 Value string
130}
131
132func (v stringParam) WriteValueTo(jw *contentlog.JSONWriter) {
133 jw.StringField(v.Key, v.Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected