Channels impl
Compare changes
- David Stainton authored
+ 10
− 28
@@ -9,6 +9,7 @@ import (
@@ -44,10 +45,7 @@ type NameService interface {
@@ -130,10 +128,6 @@ func (r registrationDisk) GetPublicKey() ed25519.PublicKey {
@@ -177,7 +171,6 @@ func newclientIDTracker(comms channelLeaseComms, host *connect.Host, username st
@@ -185,27 +178,16 @@ func newclientIDTracker(comms channelLeaseComms, host *connect.Host, username st
@@ -213,14 +195,14 @@ func (c *clientIDTracker) registrationWorker() {
@@ -251,7 +233,7 @@ func (c *clientIDTracker) SignChannelMessage(message []byte) ([]byte, error) {