@@ -1,12 +0,0 @@
package core
type ConnectionConfig interface {
Protocol() string
Content() []byte
}
type PointConfig interface {
Port() uint16
InboundConfig() ConnectionConfig
OutboundConfig() ConnectionConfig
The note is not visible to the blocked user.