reports

package
v4.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PruneReportsErrs

func PruneReportsErrs(r []*PruneReport) []error

func PruneReportsIds

func PruneReportsIds(r []*PruneReport) []string

func PruneReportsSize

func PruneReportsSize(r []*PruneReport) uint64

func RmReportsErrs

func RmReportsErrs(r []*RmReport) []error

func RmReportsIds

func RmReportsIds(r []*RmReport) []string

Types

type PruneReport

type PruneReport struct {
	Id   string `json:"Id"` //nolint
	Err  error  `json:"Err,omitempty"`
	Size uint64 `json:"Size"`
}

type RmReport

type RmReport struct {
	Id  string `json:"Id"` //nolint
	Err error  `json:"Err,omitempty"`
}

Jump to

Keyboard shortcuts

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