mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
34daa46b09
commit
e8b1041f47
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ type Host struct {
|
|||
DEPAssignedToFleet *bool `json:"dep_assigned_to_fleet,omitempty" db:"dep_assigned_to_fleet" csv:"-"`
|
||||
|
||||
// LastRestartedAt is a UNIX timestamp that indicates when the Host was last restarted.
|
||||
LastRestartedAt time.Time `json:"last_restarted_at" db:"last_restarted_at"`
|
||||
LastRestartedAt time.Time `json:"last_restarted_at" db:"last_restarted_at" csv:"last_restarted_at"`
|
||||
}
|
||||
|
||||
type MDMHostData struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue