MCPcopy
hub / github.com/perkeep/perkeep / getCmd

Struct getCmd

dev/devcam/get.go:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type getCmd struct {
34 // start of flag vars
35 altkey bool
36 path string
37 port string
38 tls bool
39 // end of flag vars
40
41 env *Env
42}
43
44func init() {
45 cmdmain.RegisterMode("get", func(flags *flag.FlagSet) cmdmain.CommandRunner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected