Versions in this module Expand all Collapse all v0 v0.9.0 Mar 8, 2022 Changes in this version + type IllegalSlugError struct + Err error + func (e *IllegalSlugError) Error() string + func (e *IllegalSlugError) Unwrap() error + type Packer struct + func NewPacker(options ...PackerOption) (*Packer, error) + func (p *Packer) Pack(src string, w io.Writer) (*Meta, error) + type PackerOption func(*Packer) error + func ApplyTerraformIgnore() PackerOption + func DereferenceSymlinks() PackerOption v0.1.0 Jul 12, 2018 Changes in this version + func Unpack(r io.Reader, dst string) error + type Meta struct + Files []string + Size int64 + func Pack(src string, w io.Writer) (*Meta, error)