| 33 | ) |
| 34 | |
| 35 | type 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 | |
| 47 | const mountpoint = "/tmp/pk-mount-dir" |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected