Add documentation where necessary for exported items

This commit is contained in:
Cecylia Bocovich 2021-10-01 13:34:48 -04:00
parent 5339ed2dd7
commit 4623c7d3e1
2 changed files with 14 additions and 5 deletions

View file

@ -193,6 +193,7 @@ func turbotunnelMode(conn net.Conn, addr net.Addr, pconn *turbotunnel.QueuePacke
return nil
}
// ClientMapAddr is a string that represents a connecting client.
type ClientMapAddr string
func (addr ClientMapAddr) Network() string {