MCPcopy
hub / github.com/perkeep/perkeep / mountCmd

Struct mountCmd

dev/devcam/mount.go:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type mountCmd struct {
36 // start of flag vars
37 altkey bool
38 path string
39 port string
40 tls bool
41 debug bool
42 // end of flag vars
43
44 env *Env
45}
46
47const mountpoint = "/tmp/pk-mount-dir"
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected