Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 20, 2023
1 parent 9ba1c5e commit c2fef0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/lfs/ssh_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
package lfs

import "github.com/charmbracelet/ssh"

// TODO: implement Git LFS SSH client.

type sshClient struct {
s ssh.Session
}

0 comments on commit c2fef0d

Please sign in to comment.