package domains import ( "net" ) const DomainNameDeconnector = "deconnector" type Deconnector interface { Handle(clientConn net.Conn) }