1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Add support for custom languages.

This commit is contained in:
Ferdinand Mütsch
2019-05-21 17:16:46 +02:00
parent c2b705f172
commit c821e02b82
7 changed files with 56 additions and 24 deletions

View File

@ -14,8 +14,8 @@ import (
)
type AuthenticateMiddleware struct {
UserSrvc *services.UserService
Cache *cache.Cache
UserSrvc *services.UserService
Cache *cache.Cache
Initialized bool
}