Decouple model and sshbytestream.

This commit is contained in:
Christian Schwarz
2017-04-29 20:09:09 +02:00
parent 9edc2005ea
commit fd24096137
2 changed files with 9 additions and 10 deletions
-8
View File
@@ -19,11 +19,3 @@ type Snapshot struct {
type Pool struct {
Root Filesystem
}
type SSHTransport struct {
Host string
User string
Port uint16
TransportOpenCommand []string
Options []string
}