Chore: Move extsvcaccounts package to serviceaccounts (#76977)

* Chore: Move extsvcaccounts package to serviceaccounts

* Fix proxy

* Fix tests

* Fix linting
This commit is contained in:
Gabriel MABILLE
2023-10-24 11:01:04 +02:00
committed by GitHub
parent 159bb3c032
commit 3015e5921f
15 changed files with 93 additions and 91 deletions
+1 -2
View File
@@ -3,6 +3,5 @@ package extsvcauth
import "github.com/grafana/grafana/pkg/util/errutil"
var (
ErrUnknownProvider = errutil.BadRequest("extsvcauth.unknown-provider")
ErrCredentialsNotFound = errutil.NotFound("extsvcauth.credentials-not-found")
ErrUnknownProvider = errutil.BadRequest("extsvcauth.unknown-provider")
)