Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
TarArchiver
struct
{
10
Cmd string
11
CompressType CompressType
12
}
13
14
func
NewTarArchiver(compressType CompressType) ShellArchiver {
15
return
&TarArchiver{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected