func golang.org/x/pkgsite/internal/database.logQuery
6 uses
golang.org/x/pkgsite/internal/database (current package)
copy.go#L63: defer logQuery(ctx, query, nil, db.instanceID, db.IsRetryable())(&err)
database.go#L90: defer logQuery(ctx, query, args, db.instanceID, db.IsRetryable())(&err)
database.go#L112: defer logQuery(ctx, query, args, db.instanceID, db.IsRetryable())(&err)
database.go#L121: defer logQuery(ctx, query, args, db.instanceID, db.IsRetryable())(nil)
database.go#L137: defer logQuery(ctx, "preparing "+query, nil, db.instanceID, db.IsRetryable())
logging.go#L34: func logQuery(ctx context.Context, query string, args []interface{}, instanceID string, retryable bool) func(*error) {
 |
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. |