formatting
This commit is contained in:
parent
99fe461c77
commit
b48376e1c8
@ -15,13 +15,10 @@ type SessionType string
|
|||||||
type RemoteAddr string
|
type RemoteAddr string
|
||||||
|
|
||||||
type Agent struct {
|
type Agent struct {
|
||||||
Guid AgentGuid
|
Guid AgentGuid
|
||||||
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user