pack

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Packer

type Packer interface {
	Pack() error
	UnPack() error
	// contains filtered or unexported methods
}

type TgzPacker

type TgzPacker struct {
	DirName string
	DstName string
}

func (*TgzPacker) Pack

func (z *TgzPacker) Pack() error

func (*TgzPacker) UnPack

func (z *TgzPacker) UnPack() error

type ZipPacker

type ZipPacker struct {
	DirName string
	DstName string
}

func (*ZipPacker) Pack

func (z *ZipPacker) Pack() error

func (*ZipPacker) UnPack

func (z *ZipPacker) UnPack() error

Jump to

Keyboard shortcuts

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