zip

package
v1.10.3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	UnZip(src, dest string) error
	CompressFolderToZip(source, target string) error
	ConvertFilesToZip(filesAndFolders []string, directory, fileName string) error
}

func NewZip

func NewZip() Interface

type Mock

type Mock struct {
	mock.Mock
}

func (*Mock) CompressFolderToZip

func (m *Mock) CompressFolderToZip(source, target string) error

func (*Mock) ConvertFilesToZip

func (m *Mock) ConvertFilesToZip(filesAndFolders []string, directory, fileName string) error

func (*Mock) UnZip

func (m *Mock) UnZip(src, dest string) error

type Zip

type Zip struct{}

func (*Zip) CompressFolderToZip

func (z *Zip) CompressFolderToZip(source, target string) error

func (*Zip) ConvertFilesToZip

func (z *Zip) ConvertFilesToZip(filesAndFolders []string, directory, fileName string) error

func (*Zip) UnZip

func (z *Zip) UnZip(src, dest string) error

Jump to

Keyboard shortcuts

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