deleteutil

package
v0.1.41 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package deleteutil provides shared helpers for the 'opampctl delete' subcommands, so each resource command only supplies its per-identifier delete call and shares one consistent success/failure summary.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(cmd *cobra.Command, kind string, ids []string, del func(id string) error)

Run deletes each identifier via del and prints a standard summary. kind is the singular resource noun used in messages (e.g. "agent", "agentgroup"). It never returns an error itself: per-identifier failures are reported on stderr so a partial batch still deletes what it can.

Types

This section is empty.

Jump to

Keyboard shortcuts

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