package opsutils
import "github.com/moby/buildkit/solver/llbsolver/ops/opsutils"
Index ¶
- func NewContentHashFunc(selectors []Selector) solver.ResultBasedCacheFunc
- func Validate(op *pb.Op) error
- type Selector
Functions ¶
func NewContentHashFunc ¶
func NewContentHashFunc(selectors []Selector) solver.ResultBasedCacheFunc
func Validate ¶
Types ¶
type Selector ¶
type Selector struct { Path string Wildcard bool FollowLinks bool IncludePatterns []string ExcludePatterns []string }
func (Selector) HasWildcardOrFilters ¶
Source Files ¶
- Version
- v0.13.0-rc1
- Published
- Feb 15, 2024
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 3 seconds ago –
Tools for package owners.