logman/ssh.go
2019-08-13 11:01:26 -04:00

7 lines
92 B
Go

package main
type sshConnection struct {
Username Configuration
Password Configuration
}