package cachestore
import "github.com/moby/buildkit/util/cachestore"
Index ¶
Types ¶
type Link ¶
type Link struct {
Input int `json:"input"`
Output int `json:"output"`
Digest digest.Digest `json:"digest,omitempty"`
Selector digest.Digest `json:"selector,omitempty"`
Record *Record `json:"-"`
ID int `json:"target,omitempty"`
}
type Record ¶
type Record struct {
ID int `json:"id"`
Parents []Link `json:"parents,omitempty"`
Children map[int]map[*Record]struct{} `json:"-"`
Digest digest.Digest `json:"digest,omitempty"`
Random bool `json:"random,omitempty"`
ChildIDs map[int]map[int]struct{} `json:"children,omitempty"`
}
func Records ¶
Source Files ¶
- Version
- v0.24.0-rc2
- Published
- Aug 29, 2025
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 4 minutes ago –
Tools for package owners.