Documentation
¶
Index ¶
- func Command(bash BashExec, command string, flags []Flag, ignore bool) string
- func GenerateToken(bash BashExec, password string) (res string, err error)
- func Sync(bash BashExec, client suitetalk.HTTPClient, src string, dest string, ...) (al []string, ar []string, dl []string, dr []string, err error)
- func UpdateHashFile(bash BashExec, src string, dest string, exclude bool, failed []string) (hashes []lib.Hash, hashfile string)
- type BashExec
- type FileTransfer
- type Flag
- type Project
- type ProjectParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateToken ¶
GenerateToken sdf cli token
Types ¶
type FileTransfer ¶ added in v0.0.3
func Download ¶ added in v0.0.3
func Download(bash BashExec, c suitetalk.HTTPClient, paths []string, dest string) (downloads []FileTransfer, err error)
Download paths from filecabinet to local filesystem
type Project ¶
type Project struct {
Type string
Dir string
FileCabinet string
Name string
Params ProjectParams
}
func CreateAccountCustomizationProject ¶ added in v0.0.3
CreateAccountCustomizationProject create an sdf account customization project
Click to show internal directories.
Click to hide internal directories.