archive

package module
v0.0.0-...-97b496b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArchiveWriter

type ArchiveWriter interface {

	// Escreve o arquivo
	WriteFile(file, zipFile string) error

	// Fecha o arquivo
	Close() error
}

func NewZipWriter

func NewZipWriter(file string) (ArchiveWriter, error)

type IZipWriter

type IZipWriter interface {
	Create(file string) (io.Writer, error)
	Close() error
}

type ZipWriter

type ZipWriter struct {
	// contains filtered or unexported fields
}

func (*ZipWriter) Close

func (c *ZipWriter) Close() error

func (*ZipWriter) WriteFile

func (c *ZipWriter) WriteFile(file, zipFile string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL