cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type AgentStatus added in v0.2.0

type AgentStatus struct {
	ConfigValid           bool `json:"config_valid"`
	DeploymentCount       int  `json:"deployment_count"`
	HistoryExists         bool `json:"history_exists"`
	HistoryCount          int  `json:"history_count"`
	LastDeploymentSuccess bool `json:"last_deployment_success"`
}

type HistorySummary added in v0.2.0

type HistorySummary struct {
	Total       int     `json:"total"`
	Successful  int     `json:"successful"`
	Failed      int     `json:"failed"`
	SuccessRate float64 `json:"success_rate"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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