Sign in
skia
/
buildbot
/
ce50dfc19368e242e4dfc9656fa7b50417c4e641
/
.
/
push
/
go
/
types
/
types.go
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"`
}