Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffStringMap ¶
DiffStringMap creates a diff between the two maps.
func MigrateEnv ¶
MigrateEnv migrates the currently set environment variables and returns the diff.
Types ¶
type Diff ¶
type Diff struct { Old string `yaml:"old,omitempty"` New string `yaml:"new"` // new is intentionally not omitempty to show change }
Diff holds the difference between two strings.
type Migration ¶
Migration holds the information necessary to modify the values in the tile.
func DeleteWhitelistKeys ¶
func DeleteWhitelistKeys() Migration
DeleteWhitelistKeys removes the whitelist keys used prior to 4.0
func FullMigration ¶
func FullMigration() Migration
FullMigration holds the complete migration path.
Click to show internal directories.
Click to hide internal directories.