package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Apr 27, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package connection provides the connection model and its methods
type Connection struct {
ID uuid.UUID `json:"id"`
InstanceUID uuid.UUID `json:"instanceUid"`
LastCommunicatedAt time.Time `json:"lastCommunicatedAt"`
Alive bool `json:"alive"`
}
Connection represents a connection to an agent.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.