(publicKey wgtypes.Key)
| 30 | } |
| 31 | |
| 32 | func buildRemoveConfig(publicKey wgtypes.Key) wgtypes.PeerConfig { |
| 33 | return wgtypes.PeerConfig{PublicKey: publicKey, Remove: true} |
| 34 | } |
| 35 | |
| 36 | type DesiredPeer struct { |
| 37 | Email string |
no outgoing calls
no test coverage detected