Skip to content

Commit

Permalink
feat: add agent reboot or restart struct
Browse files Browse the repository at this point in the history
  • Loading branch information
doncicuto committed Jan 24, 2025
1 parent 3eca426 commit ba99fc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit ba99fc0

Please sign in to comment.