(ref *git.Ref, remote, id string, force bool)
| 357 | } |
| 358 | |
| 359 | func (c *genericLockClient) Unlock(ref *git.Ref, remote, id string, force bool) (*unlockResponse, int, error) { |
| 360 | return c.getClient(remote, "upload").Unlock(ref, remote, id, force) |
| 361 | } |
| 362 | |
| 363 | func (c *genericLockClient) Search(remote string, searchReq *lockSearchRequest) (*lockList, int, error) { |
| 364 | return c.getClient(remote, "download").Search(remote, searchReq) |