zip

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package zip implements zip repository importer.

Index

Constants

View Source
const (
	// RepoName contains the repository name.
	RepoName = "zip"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Archive

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

Archive holds data related to zip archive.

func (*Archive) Description

func (a *Archive) Description() string

Description provides additional description for a .zip file.

func (*Archive) ID

func (a *Archive) ID() string

ID returns non-unique zip Archive ID.

func (*Archive) LocalPath

func (a *Archive) LocalPath() string

LocalPath returns local path to a zip Archive .zip file.

func (*Archive) Preprocess

func (a *Archive) Preprocess() (string, error)

Preprocess extracts the contents of a .zip file.

func (*Archive) QuickSHA256Hash

func (a *Archive) QuickSHA256Hash() (string, error)

QuickSHA256Hash calculates sha256 hash of .zip file.

func (*Archive) RemotePath

func (a *Archive) RemotePath() string

RemotePath returns non-local path to a zip Archive .zip file.

func (*Archive) RepoName

func (a *Archive) RepoName() string

RepoName returns repository name.

func (*Archive) RepoPath

func (a *Archive) RepoPath() string

RepoPath returns repository path.

type Repo

type Repo struct {
	Archives []*Archive
	// contains filtered or unexported fields
}

Repo holds data related to a zip repository.

func NewRepo

func NewRepo(path string, fileExtensions string) *Repo

NewRepo returns new instance of zip repository.

func (*Repo) DiscoverRepo

func (r *Repo) DiscoverRepo() ([]hashr.Source, error)

DiscoverRepo traverses the repository and looks for files that are related to zip base Archives.

func (*Repo) RepoName

func (r *Repo) RepoName() string

RepoName returns repository name.

func (*Repo) RepoPath

func (r *Repo) RepoPath() string

RepoPath returns repository path.

Jump to

Keyboard shortcuts

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