overflow_commons_go/modules/discovery/discovery.go

9 lines
95 B
Go
Raw Permalink Normal View History

2017-12-04 08:26:02 +00:00
package discovery
const (
PortTypeTCP = "TCP"
PortTypeUDP = "UDP"
CryptoTypeTLS = "TLS"
)