route/lib/tun2/backend.go

13 lines
202 B
Go

package tun2
// Backend is the public state of an individual Connection.
type Backend struct {
ID string
Proto string
User string
Domain string
Phi float32
Host string
Usable bool
}