MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / TarArchiver

Struct TarArchiver

agent/utils/files/tar.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type TarArchiver struct {
10 Cmd string
11 CompressType CompressType
12}
13
14func NewTarArchiver(compressType CompressType) ShellArchiver {
15 return &TarArchiver{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected