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.24.0-rc1
- Published
- Aug 26, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 minute ago –
Tools for package owners.