Documentation
¶
Index ¶
Constants ¶
View Source
const LatestVersion = "0.0.2"
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,
}
Map of context name -> content
View Source
var MigrationChain = []migration.MigrationStep{
{
From: "0.0.1",
To: "0.0.2",
Apply: migrateConfigV0_0_1ToV0_0_2,
OldYAML: v0_0_1_default,
NewYAML: v0_0_2_default,
},
}
Map of sequential migrations
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.