mirror of
https://github.com/zix99/traefik-lazyload.git
synced 2025-12-21 21:33:09 +01:00
Missed errors file
This commit is contained in:
7
pkg/service/errors.go
Normal file
7
pkg/service/errors.go
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import "errors"
|
||||||
|
|
||||||
|
var (
|
||||||
|
ErrProviderNotFound = errors.New("provider not found")
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user