MCPcopy
hub / github.com/perkeep/perkeep / putCmd

Struct putCmd

dev/devcam/put.go:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected