()
| 1375 | } |
| 1376 | |
| 1377 | func (x *Proxy) GetHysteria() *Hysteria { |
| 1378 | if x != nil { |
| 1379 | return x.Hysteria |
| 1380 | } |
| 1381 | return nil |
| 1382 | } |
| 1383 | |
| 1384 | type User struct { |
| 1385 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected