feature: Gets initial SSH backend working (this time with the rest of the code).

This commit is contained in:
greysoh 2024-12-02 19:15:43 -05:00
parent cc31bb2ad5
commit 28ed6ddfd7
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
5 changed files with 104 additions and 11 deletions

View file

@ -1,8 +1,5 @@
package commonbackend
// TODO (imterah): Rename AddConnectionCommand/RemoveConnectionCommand to AddProxyCommand/RemoveProxyCommand
// and their associated function calls
type Start struct {
Type string // Will be 'start' always
Arguments []byte