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