Updated proxyType variable name for readability

This commit is contained in:
Cecylia Bocovich 2019-11-26 10:36:27 -05:00
parent 981abffbd9
commit 97554e03e4
5 changed files with 30 additions and 30 deletions

View file

@ -10,7 +10,7 @@ over the offer and answer channels.
*/
type Snowflake struct {
id string
ptype string
proxyType string
offerChannel chan []byte
answerChannel chan []byte
clients int