clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Remove unused variables in env.go #50

Closed lohith46 closed 4 years ago

lohith46 commented 4 years ago

Remove unused variables in env.go AsyncStepType string env:"ASYNC_STEP_TYPE" envDefault:"ASYNC" SyncStepType string env:"SYNC_STEP_TYPE" envDefault:"SYNC"