netbird/client/iface/configurer/err.go
Zoltan Papp fd67892cb4
[client] Refactor/iface pkg (#2646)
Refactor the flat code structure
2024-10-02 18:24:22 +02:00

6 lines
88 B
Go

package configurer
import "errors"
var ErrPeerNotFound = errors.New("peer not found")