Discover Packages
github.com/ogilcher/lunar-deploy-agent
cmd
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 13, 2026
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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 struct {
Total int `json:"total"`
Successful int `json:"successful"`
Failed int `json:"failed"`
SuccessRate float64 `json:"success_rate"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.