(remote string, vreq *lockVerifiableRequest)
| 17 | Unlock(ref *git.Ref, remote, id string, force bool) (*unlockResponse, int, error) |
| 18 | Search(remote string, searchReq *lockSearchRequest) (*lockList, int, error) |
| 19 | SearchVerifiable(remote string, vreq *lockVerifiableRequest) (*lockVerifiableList, int, error) |
| 20 | } |
| 21 | |
| 22 | type httpLockClient struct { |
no outgoing calls
no test coverage detected