Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportHistoryTree ¶
func ImportHistoryTree(params TreeImportParams) (tree objecttree.ReadableObjectTree, err error)
Types ¶
type DataConverter ¶
type TreeExporter ¶
type TreeExporter interface {
ExportUnencrypted(tree objecttree.ReadableObjectTree) (err error)
}
func NewTreeExporter ¶
func NewTreeExporter(params TreeExporterParams) TreeExporter
type TreeExporterParams ¶
type TreeExporterParams struct {
ListStorageExporter liststorage.Exporter
TreeStorageExporter treestorage.Exporter
DataConverter DataConverter
}
type TreeImportParams ¶
type TreeImportParams struct {
ListStorage liststorage.ListStorage
TreeStorage treestorage.TreeStorage
BeforeId string
IncludeBeforeId bool
}
Click to show internal directories.
Click to hide internal directories.