Versions in this module Expand all Collapse all v2 v2.0.1 Oct 1, 2024 Changes in this version + const FILENAME_META + type FileSet struct + MysqlDump *FileSetMysqlDump + Name string + PostgresDump *FileSetPostgresDump + PrivateEncryptedFiles *FileSetPrivateEncryptedFiles + PublicFiles *FileSetPublicFiles + Type FileSetType + func (fileSet *FileSet) Label() string + type FileSetMysqlDump struct + FileName string + SizeBytes uint64 + type FileSetPostgresDump struct + FileName string + SizeBytes uint64 + type FileSetPrivateEncryptedFiles struct + RelativeBasePath string + SizeBytes uint64 + TarUri string + type FileSetPublicFiles struct + IndexFileName string + SizeBytes uint64 + type FileSetType string + const TYPE_MYSQLDUMP + const TYPE_POSTGRESDUMP + const TYPE_PRIVATE_ENCRYPTED_FILES + const TYPE_PUBLICFILES + type Meta struct + FileSets []*FileSet + FrameworkName string + State State + func (m Meta) FileSetByLabel(label string) *FileSet + type PublicFilesIndex map[string]PublicFilesIndexEntry + type PublicFilesIndexEntry struct + MTime int64 + PublicUri string + SizeBytes int64 + type State string + const STATE_CREATED + const STATE_INITIALIZING + const STATE_READY Other modules containing this package github.com/sandstorm/synco