Skip to content

Commit

Permalink
Drop unused interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Jan 15, 2020
1 parent 863a871 commit 0c04e0d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/v1/partial/with.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ func RawConfigFile(i WithConfigFile) ([]byte, error) {
return json.Marshal(cfg)
}

// WithUncompressedLayer defines the subset of v1.Image used by these helper methods
type WithUncompressedLayer interface {
// UncompressedLayer is like UncompressedBlob, but takes the "diff id".
UncompressedLayer(v1.Hash) (io.ReadCloser, error)
}

// WithRawManifest defines the subset of v1.Image used by these helper methods
type WithRawManifest interface {
// RawManifest returns the serialized bytes of this image's config file.
Expand Down

0 comments on commit 0c04e0d

Please sign in to comment.