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
and we have issue with Do() that calls Table.GetRecordsWithParams which calls Table.GetRecordsWithParamsContext using default context context.Background(). We would like to have option to pass custom context instance.
The request I have is to implement DoWithContext(context.Context) that does just that. I could not find a way to achieve passing context, as in the end GetRecordsConfig.params are private
The text was updated successfully, but these errors were encountered:
Hello, thanks for the nice library :)
We use code like:
and we have issue with
Do()
that callsTable.GetRecordsWithParams
which callsTable.GetRecordsWithParamsContext
using default contextcontext.Background()
. We would like to have option to pass custom context instance.The request I have is to implement
DoWithContext(context.Context)
that does just that. I could not find a way to achieve passing context, as in the endGetRecordsConfig.params
are privateThe text was updated successfully, but these errors were encountered: