woodpecker-helm3/internal/run
Erin Call a21848484b
Initialize run.Configs in the NewSTEP functions [#67]
This fixes the run package's leaky abstraction; other packages no longer
need to know or care that run.Config even exists.

Note that since the various Steps now depend on having a non-nil pointer
to a run.Config, it's unsafe (or at least risky) to initialize them
directly. They should be created with their NewSTEPNAME functions. All
their fields are now private, to reflect this.
2020-01-17 10:55:12 -08:00
..
addrepo.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
addrepo_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
cmd.go Brush all the lint off this code I wrote in a haze 2019-12-09 10:53:32 -08:00
cmd_test.go Very rough code that can helm install 2019-12-04 12:41:37 -08:00
config.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
config_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
depupdate.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
depupdate_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
help.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
help_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
initkube.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
initkube_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
lint.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
lint_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
uninstall.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
uninstall_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
upgrade.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
upgrade_test.go Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00