a831d522be
Run now takes a context as well as a statebag. We'll assign the context to the blank identifier to prevent namespace collisions. We'll let the step authors opt-in to using the context. `find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;` |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
ssh.go | ||
step_connect.go | ||
step_connect_ssh.go | ||
step_connect_test.go | ||
step_connect_winrm.go | ||
testing.go | ||
winrm.go |