Add Provider interface

This commit is contained in:
2024-12-09 22:57:59 -05:00
parent 952ce8f184
commit 433a112875
4 changed files with 18 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ func main () {
// set up the environment
environment := step.Environment { }
environment.FuncProviders = providers.All()
environment.Providers = providers.All()
err = environment.Init(context.Background())
if err != nil { log.Fatal(err) }