Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Package ¶
type Package struct {
Action string `json:"action"`
Name string `json:"name"`
Version string `json:"version"`
Release string `json:"release"`
Epoch string `json:"epoch"`
Arch string `json:"arch"`
Repo string `json:"repo"`
FromRepo string `json:"from_repo,omitempty"`
}
Package represents a single package in a transaction entry.
type TransactionDetail ¶
type TransactionDetail struct {
TransactionID string `json:"transaction_id"`
BeginTime string `json:"begin_time"`
BeginRPMDB string `json:"begin_rpmdb"`
EndTime string `json:"end_time"`
EndRPMDB string `json:"end_rpmdb"`
User string `json:"user"`
ReturnCode string `json:"return_code"`
Releasever string `json:"releasever"`
CommandLine string `json:"command_line"`
Comment string `json:"comment"`
PackagesAltered []Package `json:"packages_altered"`
ScriptletOutput []string `json:"scriptlet_output"`
}
TransactionDetail represents a detailed transaction entry, as shown in the 'dnf history info' command.
Click to show internal directories.
Click to hide internal directories.