MCPcopy
hub / github.com/monasticacademy/httptap / Bakeable

Interface Bakeable

pkg/overlayroot/overlayroot.go:15–17  ·  view source on GitHub ↗

Bakeable stamps itself out onto a temporary directory

Source from the content-addressed store, hash-verified

13
14// Bakeable stamps itself out onto a temporary directory
15type Bakeable interface {
16 Bake(overlayroot string) error
17}
18
19// file replaces the contents of a file in the original filesystem with fixed contents
20type file struct {

Callers

nothing calls this directly

Implementers 2

filepkg/overlayroot/overlayroot.go
filepkg/overlay/overlay.go

Calls

no outgoing calls

Tested by

no test coverage detected