1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

keycloak integration code moved to new API

This commit is contained in:
Harvey Kandola 2017-08-02 10:29:25 +01:00
parent d5bc9bb7cb
commit 23e111f60d
6 changed files with 524 additions and 14 deletions

View file

@ -1,12 +0,0 @@
package account
import (
"github.com/documize/community/core/env"
"github.com/documize/community/domain"
)
// Handler contains the runtime information such as logging and database.
type Handler struct {
Runtime *env.Runtime
Store domain.Store
}