role

package
v0.1.35 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package role implements the 'opampctl delete role' command.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrRoleIDRequired is returned when the target role ID is not provided.
	ErrRoleIDRequired = errors.New("role ID is required")
)

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new 'opampctl delete role' command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
	// contains filtered or unexported fields
}

CommandOptions contains the options for the 'opampctl delete role' command.

func (*CommandOptions) Prepare

func (o *CommandOptions) Prepare(_ *cobra.Command, args []string) error

Prepare prepares the internal state before running the command.

func (*CommandOptions) Run

func (o *CommandOptions) Run(cmd *cobra.Command, ids []string) error

Run runs the command.

Jump to

Keyboard shortcuts

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