mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 11:33:33 +00:00
9 lines
104 B
Go
9 lines
104 B
Go
package cli
|
|
|
|
type RemoteMachine struct {
|
|
User string
|
|
Host string
|
|
Port int
|
|
KeyPath string
|
|
}
|