MCPcopy
hub / github.com/dgraph-io/dgraph / localExportStorage

Struct localExportStorage

worker/export.go:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445type localExportStorage struct {
446 destination string
447 relativePath string
448}
449
450// remoteExportStorage uses localExportStorage to write files, then uploads to minio
451type remoteExportStorage struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected