Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Org string
Repo string
Filter string
Since *time.Time
Until *time.Time
JSONOutput bool
Failed bool // Filter for failed deliveries only
LastFailed bool // Filter repos where last delivery failed
Head int // Limit to N most recent deliveries per repo (0 = no limit)
SortBy string // Sort field and order: "field:order" (e.g., "repository:asc", "timestamp:desc")
Verbose bool // Enable verbose output
}
Config holds the application configuration
func (*Config) GetSortConfig ¶
GetSortConfig returns the sort field and whether it should be ascending Returns field name, ascending bool, and defaults based on field type
Click to show internal directories.
Click to hide internal directories.