Files
gluetun/internal/routing/errors.go

8 lines
105 B
Go
Raw Normal View History

package routing
import (
"errors"
)
2024-10-11 19:20:48 +00:00
var ErrLinkDefaultNotFound = errors.New("default link not found")