fix: typos, naming clashes, error messages and deprecations

This commit is contained in:
Thomas Müller
2024-04-03 15:34:36 +02:00
parent 48da9cfbee
commit 07f0cd5574
107 changed files with 298 additions and 310 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func Server(opts ...Option) (http.Service, error) {
requireAdminMiddleware = func(next stdhttp.Handler) stdhttp.Handler {
return next
}
// no gatewayclient needed
// no gateway client needed
}
// Keycloak client is optional, so if it stays nil, it's fine.