Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportServer ¶
type RsyncServer ¶
type RsyncServer struct { IPAddress string Port string DockerContainerName string DockerImageName string AuthUser, AuthPassword string }
func RunRsyncServer ¶
func RunRsyncServer(dockerImageName string, tmpDir string) (*RsyncServer, error)
func (*RsyncServer) GetCopyCommand ¶
func (srv *RsyncServer) GetCopyCommand(importConfig *config.Import) string
func (*RsyncServer) Shutdown ¶
func (srv *RsyncServer) Shutdown() error
Click to show internal directories.
Click to hide internal directories.