Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Migrate ¶
func Migrate(migrateable Migrateable, oldPath string)
Types ¶
type Migrateable ¶
type Migrateable interface { MigrateFrom() Migrateable IsValid() bool Save() error }
Click to show internal directories.
Click to hide internal directories.