Blaine Nelson

Results 1 issues of Blaine Nelson

In the following function ``` func (d *storage) WithTransaction( ctx context.Context, fn func(context.Context) error, ) error { sess, err := d.client.StartSession() if err != nil { return err } defer...