golang.org/x/pkgsite/internal/database.DB.instanceID (field)
9 uses
golang.org/x/pkgsite/internal/database (current package)
copy.go#L63: defer logQuery(ctx, query, nil, db.instanceID, db.IsRetryable())(&err)
database.go#L34: instanceID string
database.go#L62: return &DB{db: db, instanceID: instanceID}
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())
database.go#L264: dbtx := New(db.db, db.instanceID)
logging.go#L127: uid := generateLoggingID(db.instanceID)
 |
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. |