type database/sql/driver.Tx
6 uses
database/sql/driver (current package)
driver.go#L254: Begin() (Tx, error)
driver.go#L293: BeginTx(ctx context.Context, opts TxOptions) (Tx, error)
driver.go#L519: type Tx interface {
database/sql
ctxutil.go#L97: func ctxDriverBegin(ctx context.Context, opts *TxOptions, ci driver.Conn) (driver.Tx, error) {
sql.go#L1900: var txi driver.Tx
sql.go#L2177: txi driver.Tx
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)