()
| 1240 | } |
| 1241 | |
| 1242 | func (x *Wireguard) GetPublicKey() string { |
| 1243 | if x != nil { |
| 1244 | return x.PublicKey |
| 1245 | } |
| 1246 | return "" |
| 1247 | } |
| 1248 | |
| 1249 | func (x *Wireguard) GetPeerIps() []string { |
| 1250 | if x != nil { |
no outgoing calls
no test coverage detected