Documentation
¶
Overview ¶
internal/migrate/migrate.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Old string // old API signature or description
New string // new API signature or description
Code string // file content to update
Path string // original file path
Runner Runner
}
Config holds all inputs for a migrate run.
Click to show internal directories.
Click to hide internal directories.