cloudproxy/host.go

9 lines
82 B
Go
Raw Normal View History

2019-12-01 22:44:49 +03:00
package main
type host struct {
Addr string
Port int
Host string
TLS bool
}