()
| 1247 | } |
| 1248 | |
| 1249 | func (x *Wireguard) GetPeerIps() []string { |
| 1250 | if x != nil { |
| 1251 | return x.PeerIps |
| 1252 | } |
| 1253 | return nil |
| 1254 | } |
| 1255 | |
| 1256 | type Hysteria struct { |
| 1257 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected