(ref *git.Ref, remote, id string, force bool)
| 15 | type lockClient interface { |
| 16 | Lock(remote string, lockReq *lockRequest) (*lockResponse, int, error) |
| 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 | } |
no outgoing calls
no test coverage detected