package blobs

import "github.com/moby/buildkit/cache/blobs"

Index

Variables

var ErrNoBlobs = errors.Errorf("no blobs for snapshot")

Types

type DiffPair

type DiffPair struct {
	DiffID  digest.Digest
	Blobsum digest.Digest
}

func GetDiffPairs

func GetDiffPairs(ctx context.Context, contentStore content.Store, snapshotter snapshot.Snapshotter, differ diff.Comparer, ref cache.ImmutableRef, createBlobs bool) ([]DiffPair, error)

Source Files

blobs.go

Version
v0.3.1
Published
Oct 17, 2018
Platform
js/wasm
Imports
13 packages
Last checked
12 hours ago

Tools for package owners.