Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct { W *zip.Writer M sauceignore.Matcher }
Writer is a wrapper around zip.Writer and implements zip archiving for archive.Writer.
func New ¶ added in v0.47.0
New returns a new Writer that archives files to the specified io.Writer.
func NewFileWriter ¶ added in v0.47.0
func NewFileWriter(name string, matcher sauceignore.Matcher) (Writer, error)
NewFileWriter returns a new Writer that archives files to name.
Click to show internal directories.
Click to hide internal directories.