mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 20:05:17 +03:00
7 lines
86 B
Go
7 lines
86 B
Go
package connection_manager
|
|
|
|
type agentStatus struct {
|
|
AgentID string
|
|
Online bool
|
|
}
|