Documentation
¶
Overview ¶
Package migrate resolves a migration plan into concrete repository migrations and executes them against the target Forgejo instance with a bounded worker pool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
Source SourceSpec
TargetOwner string
Options forgejo.Options
}
Job pairs a source with resolved options and an optional target-owner override.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner executes migration plans.
Click to show internal directories.
Click to hide internal directories.