consts

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package consts provides operation name constants for the hook system.

Index

Constants

View Source
const (
	// Worktree operations.
	CreateWorkTree     = "CreateWorkTree"
	DeleteWorkTree     = "DeleteWorkTree"
	DeleteAllWorktrees = "DeleteAllWorktrees"
	LoadWorktree       = "LoadWorktree"
	ListWorktrees      = "ListWorktrees"
	OpenWorktree       = "OpenWorktree"

	// Repository operations.
	CloneRepository  = "CloneRepository"
	ListRepositories = "ListRepositories"
	DeleteRepository = "DeleteRepository"
	Clone            = "Clone" // Legacy name for backward compatibility

	// Workspace operations.
	ListWorkspaces = "ListWorkspaces"

	// Initialization operations.
	Init = "Init"
)

Operation names for the hook system.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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