overflow_commons_go/modules/discovery/discovery.go
crusader b339dc1d7e ing
2017-12-04 17:26:02 +09:00

9 lines
95 B
Go

package discovery
const (
PortTypeTCP = "TCP"
PortTypeUDP = "UDP"
CryptoTypeTLS = "TLS"
)