integrations

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IntegrationVersion = "2026-02-23.1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID string
const (
	OpenCodeID   ID = "opencode"
	CodexID      ID = "codex"
	ClaudeCodeID ID = "claude_code"
)

type Manager

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

func NewDefaultManager

func NewDefaultManager() Manager

func (Manager) Install

func (m Manager) Install(id ID) error

func (Manager) ListStatuses

func (m Manager) ListStatuses() []Status

type Status

type Status struct {
	ID               ID
	Name             string
	Installed        bool
	Configured       bool
	InstalledVersion string
	DesiredVersion   string
	NeedsUpgrade     bool
	State            string
	Summary          string
}

Jump to

Keyboard shortcuts

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