Versions in this module Expand all Collapse all v2 v2.0.1 Oct 1, 2024 Changes in this version + type TransferSession struct + DumpAll bool + Identifier string + KeepFiles bool + Meta *dto.Meta + Password string + WorkDir *string + func NewSession(identifier string, password string, listen string, all bool, keep bool, ...) (*TransferSession, error) + func (ts *TransferSession) EncryptBytesToFile(fileName string, contents []byte) error + func (ts *TransferSession) EncryptFileToFile(srcFileName string, destFileName string) (uint64, error) + func (ts *TransferSession) EncryptToFile(fileName string) (WriteCloserWithSize, error) + func (ts *TransferSession) RenderConnectCommand() + func (ts *TransferSession) UpdateMetadata() error + func (ts *TransferSession) WithFrameworkAndWebDirectory(frameworkName string, webDirectory string) error + type WriteCloserWithSize interface + Size func() uint64 Other modules containing this package github.com/sandstorm/synco