MCPcopy
hub / github.com/lxc/incus / gatherInfo

Method gatherInfo

cmd/incus-migrate/main_migrate.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32// Migrator defines the methods required to perform a migration.
33type Migrator interface {
34 gatherInfo() error
35 migrate() error
36 renderObject() error
37}

Callers 2

runMethod · 0.95
askDiskMethod · 0.65

Implementers 3

OVAMigrationcmd/incus-migrate/migrate_ova.go
VolumeMigrationcmd/incus-migrate/migrate_volume.go
InstanceMigrationcmd/incus-migrate/migrate_instance.go

Calls

no outgoing calls

Tested by

no test coverage detected