github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/pkg/cache/consts.go (about) 1 package cache 2 3 const ( 4 Image Type = iota 5 Volume 6 Bind 7 ) 8 9 type Type int