cloudproxy/host.go
Alexander Kiryukhin 24132d531d first commit
2019-12-01 22:44:49 +03:00

9 lines
82 B
Go

package main
type host struct {
Addr string
Port int
Host string
TLS bool
}