contrib.go.opencensus.io/integrations/ocsql.ocResult.ctx (field)
7 uses
contrib.go.opencensus.io/integrations/ocsql (current package)
driver.go#L188: return ocResult{parent: res, ctx: ctx, options: c.options}, nil
driver.go#L227: return ocResult{parent: res, ctx: ctx, options: c.options}, nil
driver.go#L438: ctx context.Context
driver.go#L444: _, span := trace.StartSpan(r.ctx, "sql:last_insert_id", trace.WithSpanKind(trace.SpanKindClient))
driver.go#L460: _, span := trace.StartSpan(r.ctx, "sql:rows_affected", trace.WithSpanKind(trace.SpanKindClient))
driver.go#L516: res, err = ocResult{parent: res, ctx: ctx, options: s.options}, nil
driver.go#L601: res, err = ocResult{parent: res, ctx: ctx, options: s.options}, nil
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |