logman/ssh.go
2019-08-13 10:48:47 -04:00

7 lines
80 B
Go

package main
type sshConnection struct {
Username string
Password []string
}