blob: aef8fc46b87c03367b77c347a1af863050998c3f (
plain)
1
2
3
4
5
6
7
|
package entities
// AutoUpdateReport contains the results from running auto-update.
type AutoUpdateReport struct {
// Units - the restarted systemd units during auto-update.
Units []string
}
|