| 43 | } |
| 44 | |
| 45 | type Proxy interface { |
| 46 | String() string |
| 47 | ToClash() string |
| 48 | ToSurge() string |
| 49 | Link() string |
| 50 | Identifier() string |
| 51 | SetName(name string) |
| 52 | SetIP(ip string) |
| 53 | TypeName() string |
| 54 | BaseInfo() *Base |
| 55 | Clone() Proxy |
| 56 | SetUseable(useable bool) |
| 57 | SetCountry(country string) |
| 58 | } |
no outgoing calls
no test coverage detected