Documentation
¶
Index ¶
Constants ¶
View Source
const LatestVersion = "0.0.3"
Set the latest version
Variables ¶
View Source
var ConfigYamls = map[string][]byte{
"0.0.1": v0_0_1_default,
"0.0.2": v0_0_2_default,
"0.0.3": v0_0_2_default,
}
Map of context name -> content
View Source
var MigrationChain = []migration.MigrationStep{ { From: "0.0.1", To: "0.0.2", Apply: configMigrations.Migration_0_0_1_to_0_0_2, OldYAML: v0_0_1_default, NewYAML: v0_0_2_default, }, { From: "0.0.2", To: "0.0.3", Apply: configMigrations.Migration_0_0_2_to_0_0_3, OldYAML: v0_0_2_default, NewYAML: v0_0_3_default, }, }
Map of sequential migrations
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.