Files
uncloud/internal/cli/machine.go
T

9 lines
104 B
Go

package cli
type RemoteMachine struct {
User string
Host string
Port int
KeyPath string
}