()
| 1361 | } |
| 1362 | |
| 1363 | func (x *Proxy) GetShadowsocks() *Shadowsocks { |
| 1364 | if x != nil { |
| 1365 | return x.Shadowsocks |
| 1366 | } |
| 1367 | return nil |
| 1368 | } |
| 1369 | |
| 1370 | func (x *Proxy) GetWireguard() *Wireguard { |
| 1371 | if x != nil { |
no outgoing calls
no test coverage detected