extension

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package extension provides types for managing CLI extensions. This is a minimal package for Bitbucket CLI compatibility.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtensionKind

type ExtensionKind int

ExtensionKind represents the type of extension

const (
	// LocalKind represents a locally developed extension
	LocalKind ExtensionKind = iota
	// GitKind represents a git-based extension
	GitKind
	// BinaryKind represents a pre-compiled binary extension
	BinaryKind
)

Jump to

Keyboard shortcuts

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