MCPcopy
hub / github.com/kopia/kopia / blobMetadataListParam

Struct blobMetadataListParam

internal/blobparam/blobid_params.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type blobMetadataListParam struct {
10 key string
11 list []blob.Metadata
12}
13
14func (v blobMetadataListParam) WriteValueTo(jw *contentlog.JSONWriter) {
15 jw.BeginListField(v.key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected