package db
import "github.com/moby/buildkit/util/db"
Index ¶
Types ¶
type DB ¶
type DB interface {
io.Closer
Transactor
}
type Transactor ¶
type Transactor interface {
View(fn func(*bolt.Tx) error) error
Update(fn func(*bolt.Tx) error) error
}
Transactor is the database interface for running transactions
Source Files ¶
Directories ¶
| Path | Synopsis |
|---|---|
| util/db/boltutil |
- Version
- v0.26.0-rc2
- Published
- Nov 11, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 9 minutes ago –
Tools for package owners.