netbird/client/iface/configurer/err.go

6 lines
88 B
Go
Raw Normal View History

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