Documentation
¶
Index ¶
Constants ¶
View Source
const LatestVersion = "0.0.5"
Set the latest version
Variables ¶
View Source
var ContextYamls = map[string][]byte{
"0.0.1": v0_0_1_default,
"0.0.2": v0_0_2_default,
"0.0.3": v0_0_3_default,
"0.0.4": v0_0_4_default,
"0.0.5": v0_0_5_default,
}
Map of context name -> content
View Source
var DefaultContexts = [...]string{
"devnet",
}
Array of default contexts to create in project
View Source
var MigrationChain = []migration.MigrationStep{ { From: "0.0.1", To: "0.0.2", Apply: contextMigrations.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: contextMigrations.Migration_0_0_2_to_0_0_3, OldYAML: v0_0_2_default, NewYAML: v0_0_3_default, }, { From: "0.0.3", To: "0.0.4", Apply: contextMigrations.Migration_0_0_3_to_0_0_4, OldYAML: v0_0_3_default, NewYAML: v0_0_4_default, }, { From: "0.0.4", To: "0.0.5", Apply: contextMigrations.Migration_0_0_4_to_0_0_5, OldYAML: v0_0_4_default, NewYAML: v0_0_5_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.