mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove BytesLoggers from exported functions
This commit is contained in:
parent
50e4f4fd61
commit
b2edf948e2
3 changed files with 22 additions and 22 deletions
|
@ -29,7 +29,7 @@ type webRTCConn struct {
|
|||
lock sync.Mutex // Synchronization for DataChannel destruction
|
||||
once sync.Once // Synchronization for PeerConnection destruction
|
||||
|
||||
bytesLogger BytesLogger
|
||||
bytesLogger bytesLogger
|
||||
}
|
||||
|
||||
func (c *webRTCConn) Read(b []byte) (int, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue