Home
last modified time | relevance | path

Searched defs:sshLockClient (Results 1 – 1 of 1) sorted by relevance

/dports/devel/git-lfs/git-lfs-3.0.2/locking/
H A Dssh.go13 type sshLockClient struct { struct
14 transfer *ssh.SSHTransfer
15 *lfsapi.Client
18 func (c *sshLockClient) connection() *ssh.PktlineConnection {
22 …shLockClient) parseLockResponse(status int, args []string, lines []string) (*Lock, string, error) {
71 func (c *sshLockClient) lockDataIsIncomplete(data *lockData) bool {
75 … []string) (all []Lock, ours []Lock, theirs []Lock, nextCursor string, message string, err error) {
141 func (c *sshLockClient) Lock(remote string, lockReq *lockRequest) (*lockResponse, int, error) {
164 …*sshLockClient) Unlock(ref *git.Ref, remote, id string, force bool) (*unlockResponse, int, error) {
186 …nc (c *sshLockClient) Search(remote string, searchReq *lockSearchRequest) (*lockList, int, error) {
[all …]