summary

package
v0.0.0-...-01ee5c8 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildSummaryCmd

func BuildSummaryCmd() *cobra.Command

func RunSummarize

func RunSummarize(ctx context.Context, opts *SummaryOptions) error

Types

type Result

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

func (*Result) Print

func (r *Result) Print()

type SummaryOptions

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

func NewSummaryOptions

func NewSummaryOptions() *SummaryOptions

func (*SummaryOptions) AddFlags

func (o *SummaryOptions) AddFlags(flags *pflag.FlagSet)

func (*SummaryOptions) Print

func (o *SummaryOptions) Print()

type Task

type Task interface {
	Run(ctx context.Context) error
}

Task is implemented by our namespace-collection routine, or anything else we want to run in parallel.

Jump to

Keyboard shortcuts

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