MCPcopy
hub / github.com/NVIDIA/aistore / zipExtractCreator

Struct zipExtractCreator

dsort/extract/zip.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22type (
23 zipExtractCreator struct {
24 t cluster.Target
25 }
26
27 zipFileHeader struct {
28 Name string `json:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected