Initial commit
This commit is contained in:
8
vendor/github.com/hyperhq/hypercli/image/rootfs.go
generated
vendored
Normal file
8
vendor/github.com/hyperhq/hypercli/image/rootfs.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package image
|
||||
|
||||
import "github.com/hyperhq/hypercli/layer"
|
||||
|
||||
// Append appends a new diffID to rootfs
|
||||
func (r *RootFS) Append(id layer.DiffID) {
|
||||
r.DiffIDs = append(r.DiffIDs, id)
|
||||
}
|
||||
Reference in New Issue
Block a user