formatting

This commit is contained in:
Erik Brakkee 2024-08-16 00:41:04 +02:00
parent 17cac3a1a2
commit 4d4a72a062

View File

@ -15,13 +15,10 @@ type SessionType string
type RemoteAddr string
type Agent struct {
Guid AgentGuid
RemoteAddr RemoteAddr
PublicId RendezVousId
StartTime time.Time
// TODO add remote address.
Guid AgentGuid
RemoteAddr RemoteAddr
PublicId RendezVousId
StartTime time.Time
EnvironmentInfo comms.EnvironmentInfo
expiryTime int64
}