diff --git a/agent.go b/agent.go index 37b6038..d0ecd10 100644 --- a/agent.go +++ b/agent.go @@ -149,3 +149,7 @@ type VNCConnection struct { PIN string `json:"pin,omitempty"` NotifyUser bool `json:"notify_user,omitempty"` } + +type RebootOrRestart struct { + Date time.Time `json:"date,omitempty"` +}