mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Remove unused Resetter interface.
WaitForReset is not used since 70126177fb
.
This commit is contained in:
parent
6c2e3adc41
commit
17c0d0ff82
2 changed files with 1 additions and 21 deletions
|
@ -9,16 +9,10 @@ type Connector interface {
|
|||
Connect() error
|
||||
}
|
||||
|
||||
type Resetter interface {
|
||||
Reset()
|
||||
WaitForReset()
|
||||
}
|
||||
|
||||
// Interface for a single remote WebRTC peer.
|
||||
// In the Client context, "Snowflake" refers to the remote browser proxy.
|
||||
type Snowflake interface {
|
||||
io.ReadWriteCloser
|
||||
Resetter
|
||||
Connector
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue