debug

package
v0.0.0-...-66c9f5b Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var P = track.P

Functions

This section is empty.

Types

type DebugAgent

type DebugAgent interface {
	StartWithMessage(ctx context.Context, prompt string) error
}

type DebugConfig

type DebugConfig struct {
	ProviderID     *client.ProviderID
	Stack          string
	Deployment     types.ETag
	FailedServices []string
	Project        *compose.Project
	Since          time.Time
	Until          time.Time
}

func (DebugConfig) String

func (dc DebugConfig) String() string

type Debugger

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

func NewDebugger

func NewDebugger(ctx context.Context, addr string, stack *stacks.Parameters) (*Debugger, error)

func (*Debugger) DebugComposeLoadError

func (d *Debugger) DebugComposeLoadError(ctx context.Context, debugConfig DebugConfig, loadErr error) error

func (*Debugger) DebugDeployment

func (d *Debugger) DebugDeployment(ctx context.Context, debugConfig DebugConfig) error

func (*Debugger) DebugDeploymentError

func (d *Debugger) DebugDeploymentError(ctx context.Context, debugConfig DebugConfig, deployErr error) error

type Surveyor

type Surveyor interface {
	AskOne(q survey.Prompt, response interface{}, opts ...survey.AskOpt) error
}

Jump to

Keyboard shortcuts

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