import_server

package
v1.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImportServer

type ImportServer interface {
	GetCopyCommand(ctx context.Context, importConfig *config.Import) string
}

type RsyncServer

type RsyncServer struct {
	IPAddress              string
	Port                   string
	DockerContainerName    string
	DockerImageName        string
	AuthUser, AuthPassword string
}

func RunRsyncServer

func RunRsyncServer(ctx context.Context, dockerImageName string, tmpDir string) (*RsyncServer, error)

func (*RsyncServer) GetCopyCommand

func (srv *RsyncServer) GetCopyCommand(ctx context.Context, importConfig *config.Import) string

func (*RsyncServer) Shutdown

func (srv *RsyncServer) Shutdown(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL