golang.org/x/pkgsite/internal/database.DB.opts (field)
5 uses
golang.org/x/pkgsite/internal/database (current package)
database.go#L37: opts sql.TxOptions // valid when tx != nil
database.go#L74: return db.tx != nil && isRetryable(db.opts.Isolation)
database.go#L267: dbtx.opts = *opts
logging.go#L128: log.Debugf(ctx, "%s transaction (isolation %s) started", uid, db.opts.Isolation)
logging.go#L132: uid, db.opts.Isolation, time.Since(start), *errp)
![]() |
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. |