mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

refactor: add context.Context to first argument #89

Closed suzuki-shunsuke closed 2 years ago

suzuki-shunsuke commented 3 years ago

WHAT

Add context.Context to first argument

WHY

To cancel functions properly.