()
| 1368 | } |
| 1369 | |
| 1370 | func (x *Proxy) GetWireguard() *Wireguard { |
| 1371 | if x != nil { |
| 1372 | return x.Wireguard |
| 1373 | } |
| 1374 | return nil |
| 1375 | } |
| 1376 | |
| 1377 | func (x *Proxy) GetHysteria() *Hysteria { |
| 1378 | if x != nil { |
no outgoing calls
no test coverage detected