releaseverify

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package releaseverify retrieves and independently verifies a public release artifact manifest without a repository checkout.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FetchFunc

type FetchFunc func(context.Context, string) ([]byte, error)

func HTTPFetcher

func HTTPFetcher(client *http.Client) FetchFunc

type VerifiedRelease

type VerifiedRelease struct {
	Manifest      releasecontract.ArtifactManifest
	ManifestBytes []byte
}

func ArtifactManifest

func ArtifactManifest(ctx context.Context, location string, fetch FetchFunc) (VerifiedRelease, error)

Jump to

Keyboard shortcuts

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