Hey @here
So I've taken on board some useful guidance by @rory and @eric concerning the "right" way to generate a context.Context
instance for use by Mothership guts.
I'm given to believe that:
- if we want to trace a DB query, it needs a
Context
- if we want the DB query to succeed, that
Context
has to have been generated in the right way:
handler.Transact(func(ctx context.Context) {...})