blob: 643b401cd5aa4aa010a1fc921290baac9b2421b7 [file] [log] [blame]
package types
import "go.skia.org/infra/go/systemd"
// ListResponse is the format of the response from pulld's /_/list endpoint.
type ListResponse struct {
Hostname string `json:"hostname"`
Units []*systemd.UnitStatus `json:"units"`
}