From 4d4a72a0620796b9dd539f856d85e487f970bf60 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Fri, 16 Aug 2024 00:41:04 +0200 Subject: [PATCH] formatting --- pkg/models/state.go | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pkg/models/state.go b/pkg/models/state.go index 338efd9..a1cd254 100644 --- a/pkg/models/state.go +++ b/pkg/models/state.go @@ -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 }