move serve and connecter into transports package

This commit is contained in:
Christian Schwarz
2018-10-11 21:20:55 +02:00
parent a97684923a
commit be962998ba
13 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/daemon/filters"
"github.com/zrepl/zrepl/daemon/logging"
"github.com/zrepl/zrepl/daemon/serve"
"github.com/zrepl/zrepl/daemon/transport/serve"
"github.com/zrepl/zrepl/daemon/snapper"
"github.com/zrepl/zrepl/endpoint"
"github.com/zrepl/zrepl/zfs"