Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migrator ¶
type Migrator struct {
// contains filtered or unexported fields
}
Migrator runs migrations on an existing decomposedfs
func (*Migrator) Migration0001 ¶
Migration0001 creates the spaces directory structure
func (*Migrator) Migration0002 ¶
Migration0002 migrates spacetypes to indexes
func (*Migrator) Migration0003 ¶
Migration0003 migrates the file metadata to the current backend. Only the xattrs -> messagepack path is supported.
func (*Migrator) RunMigrations ¶
RunMigrations runs all migrations in sequence. Note this sequence must not be changed or it might damage existing decomposed fs.
Click to show internal directories.
Click to hide internal directories.