Răsfoiți Sursa

remove proxy fields

Abhishek Kondur 2 ani în urmă
părinte
comite
0fa127bb82
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  1. 0 6
      config/config.go

+ 0 - 6
config/config.go

@@ -82,12 +82,6 @@ type ServerConfig struct {
 	UseTurn              bool   `yaml:"use_turn"`
 }
 
-// ProxyMode - default proxy mode for server
-type ProxyMode struct {
-	Set   bool
-	Value bool
-}
-
 // SQLConfig - Generic SQL Config
 type SQLConfig struct {
 	Host     string `yaml:"host"`