add new 'remoteAgent' boolean to '/overview' environment output (#977)

This commit is contained in:
Michael Quigley
2025-06-09 13:16:28 -04:00
parent f7d78a7bd9
commit d01a793129
76 changed files with 440 additions and 937 deletions

View File

@@ -36,6 +36,9 @@ type Environment struct {
// limited
Limited bool `json:"limited,omitempty"`
// remote agent
RemoteAgent bool `json:"remoteAgent,omitempty"`
// updated at
UpdatedAt int64 `json:"updatedAt,omitempty"`