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