Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Upgrade ¶
type Upgrade struct { // Upgrade version name, for the upgrade handler, e.g. `v7` UpgradeName string // Function that creates an upgrade handler CreateUpgradeHandler func(mm *module.Manager, configurator module.Configurator) upgradetypes.UpgradeHandler }
Click to show internal directories.
Click to hide internal directories.