route/internal/tun2/backend.go

13 lines
202 B
Go
Raw Normal View History

2017-09-30 16:47:47 +00:00
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
2017-09-30 17:33:19 +00:00
Usable bool
2017-09-30 16:47:47 +00:00
}