vmware-tanzu / astrolabe

Data protection framework for complex applications
Other
38 stars 21 forks source link

Changed from context.TODO to context.Background in CLI. #57

Closed dsu-igeek closed 3 years ago

dsu-igeek commented 3 years ago

Calls from the CLI will not have a context for cancellation

Removed context.TODO(), added context to function arguments where needed

Signed-off-by: Dave Smith-Uchida dsmithuchida@vmware.com

xing-yang commented 3 years ago

LGTM