pulp

package
v1.5.28 Latest Latest
Warning

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

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

Documentation

Overview

Package pulp is for reading a Pulp manifest.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	// This path should be parsed in the context of the manifest's URL.
	Path     string
	Checksum []byte
	Size     int64
}

Entry is an entry in a pulp manifest.

type Manifest

type Manifest []Entry

A Manifest is a series of Entries indicating where to find resources in the pulp repository.

func (*Manifest) Load

func (m *Manifest) Load(r io.Reader) error

Load populates the manifest from the io.Reader.

The data is expected in the manifest CSV format.

Jump to

Keyboard shortcuts

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