formatting

This commit is contained in:
Erik Brakkee 2024-08-16 00:41:04 +02:00
parent 99fe461c77
commit b48376e1c8

View File

@ -19,9 +19,6 @@ type Agent struct {
RemoteAddr RemoteAddr RemoteAddr RemoteAddr
PublicId RendezVousId PublicId RendezVousId
StartTime time.Time StartTime time.Time
// TODO add remote address.
EnvironmentInfo comms.EnvironmentInfo EnvironmentInfo comms.EnvironmentInfo
expiryTime int64 expiryTime int64
} }