archive

package
v2.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrFileNotFound = errors.New("file not found")

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Get(name string) ([]byte, error)
}

type Tar

type Tar []byte

func (Tar) Get

func (t Tar) Get(name string) ([]byte, error)

type TarGz

type TarGz []byte

func (TarGz) Get

func (t TarGz) Get(name string) ([]byte, error)

type TarReader

type TarReader struct {
	io.Reader
}

func (TarReader) Get

func (t TarReader) Get(name string) ([]byte, error)

type Zip

type Zip []byte

func (Zip) Get

func (t Zip) Get(name string) ([]byte, error)

Jump to

Keyboard shortcuts

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