deploy

package
v0.0.0-...-3c1f4a5 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Debug = false

Functions

func Sync

func Sync(dst, src fs.ReadDirFS) error

func SyncSFTP

func SyncSFTP(remoteDir, localDir string, host, user, password string, port int) error

Types

type MkdirAll

type MkdirAll interface {
	MkdirAll(name string) error
}

type OpenFile

type OpenFile interface {
	OpenFile(name string, flag int, perm os.FileMode) (fs.File, error)
}

type RemoveAll

type RemoveAll interface {
	RemoveAll(name string) error
}

Jump to

Keyboard shortcuts

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