()
| 18 | } |
| 19 | |
| 20 | func (c *sshLockClient) connection() (*ssh.PktlineConnection, error) { |
| 21 | return c.transfer.Connection(0) |
| 22 | } |
| 23 | |
| 24 | func (c *sshLockClient) parseLockResponse(status int, args []string, lines []string) (*Lock, string, error) { |
| 25 | var lock *Lock |
no test coverage detected