Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
kubernetes
golang
networking
mesh-networks
network
vpn
mesh
k8s
zero-configuration
wireguard
virtual-network
devsecops
zero-trust
netmaker
zero-trust-network
-
Updated
Mar 31, 2022 - Go
Some methods in swarm are declared as returning
Result<impl Reply, Rejection>. The methods have match statements with multiple branches that contain duplicate code. The obvious way to get rid of the duplicate code is to create a separate function that has the same return type.The problem with doing that is the
impl Replyin the return type. Rust does not consider that twoimpl Replyvalu