checksums

package
v1.26.1 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package checksums provides a Pipe that creates .checksums files for each artifact.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByFilename added in v1.22.0

type ByFilename []string

ByFilename implements sort.Interface for []string based on the filename of a checksum line ("{checksum} {filename}\n")

func (ByFilename) Len added in v1.22.0

func (s ByFilename) Len() int

func (ByFilename) Less added in v1.22.0

func (s ByFilename) Less(i, j int) bool

func (ByFilename) Swap added in v1.22.0

func (s ByFilename) Swap(i, j int)

type Pipe

type Pipe struct{}

Pipe for checksums.

func (Pipe) Default

func (Pipe) Default(ctx *context.Context) error

Default sets the pipe defaults.

func (Pipe) Run

func (Pipe) Run(ctx *context.Context) error

Run the pipe.

func (Pipe) Skip added in v0.180.0

func (Pipe) Skip(ctx *context.Context) bool

func (Pipe) String

func (Pipe) String() string

Jump to

Keyboard shortcuts

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