You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The topdown and storage modules should be updated to accept a Context argument. The Context should be propagated all the way down to storage plugins.
Note, because the name "context" is heavily associated with the Golang construct, we should strongly consider renaming topdown.Context to avoid confusion.
The text was updated successfully, but these errors were encountered:
The
topdown
andstorage
modules should be updated to accept a Context argument. The Context should be propagated all the way down to storage plugins.Note, because the name "context" is heavily associated with the Golang construct, we should strongly consider renaming
topdown.Context
to avoid confusion.The text was updated successfully, but these errors were encountered: